diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-20 22:40:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 22:40:39 -0400 |
commit | 837783915ed6156a3d6d130d5c44cf810e501994 (patch) | |
tree | 4c01a2eb1a25e2d3105cdc4a0d2d795b0356a3e8 /src/constants/strings.ts | |
parent | 8641391ac28e5a1b2ca513755a44b71ef3ee64e9 (diff) | |
parent | ccb37b8a49cb0a1b50ab3731a59c8c09b8aca62b (diff) |
Merge pull request #435 from shravyaramesh/tma843-fix-invite-system
[TMA-843] Added invites to header, organized imports
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r-- | src/constants/strings.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts index 2ce64aed..a1064f49 100644 --- a/src/constants/strings.ts +++ b/src/constants/strings.ts @@ -21,6 +21,7 @@ export const ERROR_FAILED_LOGIN_INFO = 'Login failed, please try re-entering you export const ERROR_FAILED_TO_COMMENT = 'Unable to post comment, refresh and try again!'; export const ERROR_FAILED_TO_CREATE_CHANNEL = 'Failed to create a channel, Please try again!'; export const ERROR_FAILED_TO_DELETE_COMMENT = 'Unable to delete comment, refresh and try again!'; +export const ERROR_FAILED_TO_INVITE_CONTACT = `Unable to invite contact, refresh and try again!`; export const ERROR_INVALID_INVITATION_CODE = 'Invitation code invalid, try again or talk to the friend that sent it 😬'; export const ERROR_INVALID_LOGIN = 'Invalid login, Please login again'; export const ERROR_INVALID_PWD_CODE = 'Looks like you have entered the wrong code, please try again'; |