diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2021-02-16 12:19:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-16 12:19:01 -0500 |
| commit | f71a4347854620d03c634bec532fdfeaf821bd44 (patch) | |
| tree | 11994e325711dff67cd8aa2012a890a9579e2c5b /src/constants/strings.ts | |
| parent | d494b27509066f4d1b61078f1fe6457f20d5f449 (diff) | |
| parent | a9b60f95f8f863249c79de8e4ae07301f75005de (diff) | |
Merge pull request #240 from ankit-thanekar007/tma551-gradient-notification-page
[TMA-551] Change the gradient of notifications page to match the rest of the application
Diffstat (limited to 'src/constants/strings.ts')
| -rw-r--r-- | src/constants/strings.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts index 9680320a..5a9be5fc 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -44,13 +44,15 @@ export const ERROR_UPLOAD_SMALL_PROFILE_PIC = "Can't have a profile without a pi export const ERROR_VERIFICATION_FAILED_SHORT = 'Verification failed 😓'; export const MARKED_AS_MSG = (str: string) => `Marked as ${str}`; export const MOMENT_DELETED_MSG = 'Moment deleted....Some moments have to go, to create space for greater ones'; +export const NO_NEW_NOTIFICATIONS = 'You have no new notifications'; export const SUCCESS_CATEGORY_DELETE = 'Category successfully deleted, but its memory will live on'; export const SUCCESS_LINK = (str: string) => `Successfully linked ${str} 🎉`; export const SUCCESS_PIC_UPLOAD = 'Beautiful, the picture was uploaded successfully!'; 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 UP_TO_DATE = 'Up-to-Date!'; export const UPLOAD_MOMENT_PROMPT_ONE_MESSAGE = 'Post your first moment to\n continue building your digital\nidentity!'; 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!'; |
