diff --git a/src/components/CollectionShare.tsx b/src/components/CollectionShare.tsx index 4ff513bc2..25051f266 100644 --- a/src/components/CollectionShare.tsx +++ b/src/components/CollectionShare.tsx @@ -101,7 +101,9 @@ function CollectionShare(props: Props) { onHide={props.onHide} attributes={{ title: constants.SHARE_COLLECTION }}> -
{constants.SHARE_WITH_PEOPLE}
+
+ {constants.SHARE_WITH_PEOPLE} +

initialValues={{ email: '' }} diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index cb2598b8a..7b09420f4 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -353,7 +353,11 @@ const englishConstants = { ZERO_SHAREES: () => ( <>

currently shared with no one 😔
- "memories are fonder when shared" +
+ + memories are fonder when shared + +
), SHARE_WITH_SELF: 'oops, you cannot share with yourself',