diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-02-15 13:06:21 -0800 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-02-15 13:06:21 -0800 |
commit | 7932e2238515d3038bf37abbc10352be855eaadf (patch) | |
tree | ee4882747682f630a0ce41e5f4e5fa3a7adae6d7 /src/constants/strings.ts | |
parent | d494b27509066f4d1b61078f1fe6457f20d5f449 (diff) |
notification view changes
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r-- | src/constants/strings.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts index 9680320a..3d8cbfe7 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -53,4 +53,8 @@ export const UPLOAD_MOMENT_PROMPT_ONE_MESSAGE = 'Post your first moment to\n con export const UPLOAD_MOMENT_PROMPT_THREE_HEADER = 'Continue to build your profile'; export const UPLOAD_MOMENT_PROMPT_THREE_MESSAGE = 'Continue to personalize your own digital space in\nthis community by filling your profile with\ncategories and moments!'; 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!';
\ No newline at end of file +export const UPLOAD_MOMENT_PROMPT_TWO_MESSAGE = 'You can now create new categories \nand continue to fill your profile with moments!'; + +//Notifications +export const UP_TO_DATE = 'Up-to-Date!'; +export const NO_NEW_NOTIFICATIONS = 'You have no new notifications';
\ No newline at end of file |