diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 80cd0490c..5ee8c20e0 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -197,7 +197,7 @@ const englishConstants = { {' '} from your registered email address.{' '}

- Your request will be processed within 72 hours. +

Your request will be processed within 72 hours.

), LOGOUT_MESSAGE: 'Sure you want to logout?', @@ -228,14 +228,8 @@ const englishConstants = { to automatically backup all your photos ), - DOWNLOAD_APP_MESSAGE: () => ( - <> -

- Sorry, this operation is currently only supported on our desktop - app -

- - ), + DOWNLOAD_APP_MESSAGE: + 'Sorry, this operation is currently only supported on our desktop app', DOWNLOAD_APP: 'Download desktop app', EXPORT: 'Export Data', @@ -274,23 +268,13 @@ const englishConstants = { <>Your subscription will be cancelled on {dateString(expiryTime)} ), - USAGE_INFO: (usage, quota) => ( -

- You have used {usage} out of your {quota} quota -

- ), - - FAMILY_USAGE_INFO: (usage, quota) => ( -

- You have used {usage} out of your family's {quota} quota -

- ), - SUBSCRIPTION_PURCHASE_SUCCESS: (expiryTime) => ( <>

We've received your payment

- your subscription is valid till{' '} - {dateString(expiryTime)} +

+ your subscription is valid till{' '} + {dateString(expiryTime)} +

), SUBSCRIPTION_PURCHASE_CANCELLED: @@ -359,16 +343,6 @@ const englishConstants = { SHARE_COLLECTION: 'Share album', SHARE_WITH_PEOPLE: 'Share with your loved ones', SHAREES: 'Shared with', - ZERO_SHAREES: () => ( - <> -
Currently shared with no one 😔
-
- - memories are fonder when shared - -
- - ), PUBLIC_URL: 'Public link', SHARE_WITH_SELF: 'Oops, you cannot share with yourself', ALREADY_SHARED: (email) => @@ -378,8 +352,8 @@ const englishConstants = { CONFIRM_DOWNLOAD_COLLECTION: 'Download album', DOWNLOAD_COLLECTION_MESSAGE: () => ( <> -
Are you sure you want to download the complete album?
-
All files will be queued for download sequentially
+

Are you sure you want to download the complete album?

+

All files will be queued for download sequentially

), ARCHIVED_ALBUM: 'Archived album', @@ -435,13 +409,6 @@ const englishConstants = { with ente

), - SEARCH_STATS: ({ resultCount, timeTaken }) => ( -
- found {resultCount}{' '} - memories ( {timeTaken}{' '} - seconds ) -
- ), NOT_FILE_OWNER: 'You cannot delete files in a shared album', ADD_TO_COLLECTION: 'Add to album', SELECTED: 'Selected',