diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-22 08:33:58 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-22 08:33:58 -0800 |
commit | 7807901dd8b3e805967b66618faedca1d522d164 (patch) | |
tree | 979951e96c58820bb9af1495d90a787a09d7d954 /src | |
parent | 2da3a183e49ef0a99d9f5d0420ed99db82a6204d (diff) |
Some changes
Diffstat (limited to 'src')
-rw-r--r-- | src/constants/strings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts index e40398bb..7047b961 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -78,7 +78,7 @@ export const SUCCESS_PWD_RESET = 'Your password was reset successfully!'; export const SUCCESS_VERIFICATION_CODE_SENT = 'New verification code sent! Check your phone messages for your code'; export const UPLOAD_MOMENT_PROMPT_ONE_MESSAGE = - "Post your first moment to {'\n'} continue building your digital {'\n'}{' '}identity!"; + 'Post your first moment to\n continue building your digital\nidentity!'; export const UPLOAD_MOMENT_PROMPT_TWO_HEADER = 'Create a new category'; export const UPLOAD_MOMENT_PROMPT_TWO_MESSAGE = 'You can now create new categories \nand continue to fill your profile with moments!'; |