Minor copy changes

This commit is contained in:
Vishnu Mohandas 2021-04-28 14:46:06 +05:30
parent 63883600ef
commit 577448897a
2 changed files with 4 additions and 4 deletions

View file

@ -184,7 +184,7 @@ function CollectionShare(props: Props) {
</Table>
</>
) : (
<p>{constants.ZERO_SHAREES()}</p>
<div style={{ marginTop: "12px" }}>{constants.ZERO_SHAREES()}</div>
)}
</DeadCenter>
</MessageDialog>

View file

@ -280,12 +280,12 @@ const englishConstants = {
),
SHARE: 'share',
SHARE_COLLECTION: 'share collection',
SHARE_WITH_PEOPLE: 'share with people',
SHARE_WITH_PEOPLE: 'share with your loved ones',
SHAREES: 'shared with',
ZERO_SHAREES: () => (
<>
<p>shared with no one</p>
<p>`Memories are better when shared, add your loved ones` - ente</p>
<p>shared with no one 😔</p>
<em style={{ color: "#777" }}>"memories are fonder when shared"</em>
</>
),
SHARE_WITH_SELF: 'oops, you cannot share with yourself',