diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-04 13:32:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 13:32:01 -0400 |
commit | 9d3fdd9324d03e2f2bafbe2b0fe9f18607bfdbd4 (patch) | |
tree | dbe76b5c6f65867bdc414694e6d19dcd88056803 /src/constants/strings.ts | |
parent | 1441ef007549f24a292317f1e67c0de63cacbd2b (diff) | |
parent | 355829d9983b839db342881011cc3fe9ff3792f4 (diff) |
Merge pull request #396 from ankit-thanekar007/tma-822-empty-inbox
[TMA-822] Empty Inbox Graphic
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r-- | src/constants/strings.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts index 50e4518b..e8f2725d 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -56,6 +56,8 @@ export const ERROR_UPLOAD_MOMENT = 'Unable to upload moment. Please retry'; export const ERROR_UPLOAD_SMALL_PROFILE_PIC = "Can't have a profile without a pic to represent you, please upload a small profile picture"; export const ERROR_UPLOAD_SP_PHOTO = 'Unable to update suggested people photo. Please retry!'; export const ERROR_VERIFICATION_FAILED_SHORT = 'Verification failed 😓'; +export const FIRST_MESSAGE = 'How about sending your first message to your friend'; +export const START_CHATTING = 'Let’s Start Chatting!'; 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'; |