diff --git a/src/components/search/SearchPreview.jsx b/src/components/search/SearchPreview.jsx index cfd032c..b9e92a2 100644 --- a/src/components/search/SearchPreview.jsx +++ b/src/components/search/SearchPreview.jsx @@ -118,9 +118,8 @@ function SearchPreview() { ) : (

- You have already added {limits.items.max} artworks, the - maximum number allowed. Please remove one if you would like - to include this artwork. + You have already added {limits.items.max} artworks, the maximum number allowed. + Please remove one if you would like to choose a different work.

)} @@ -194,7 +193,7 @@ function SearchPreview() {

- You have already added 6 artworks, the maximum number allowed. + You have already added {limits.items.max} artworks, the maximum number allowed. Please remove one if you would like to choose a different work.

diff --git a/src/components/tour/TourItems.jsx b/src/components/tour/TourItems.jsx index 2dc4c10..92242ae 100644 --- a/src/components/tour/TourItems.jsx +++ b/src/components/tour/TourItems.jsx @@ -62,7 +62,6 @@ function TourItems() {

{tourItems.length === 6 && (

-

You've added 6 artworks, the maximum number allowed. You may remove one if you would like to choose a different work. @@ -116,8 +115,7 @@ function TourItems() { <>

You've added {tourItems.length} artworks, the maximum - number allowed. Please remove one if you would like to include - more artwork + number allowed. Please remove one if you would like to choose a different work.