aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/constants/strings.ts2
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!';