From 7e819bd9406d4a2efeb06da9a0092795fae6eb32 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Sun, 29 Aug 2021 02:43:23 +0530 Subject: [PATCH] Update collection share dialog --- src/components/CollectionShare.tsx | 4 +++- src/utils/strings/englishConstants.tsx | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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',