aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-21 13:54:06 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-05-21 13:54:06 -0700
commita8b8f7beb49ecd1479fd8e7732a8081338122445 (patch)
tree99a95644c018527c8149f43e46a6b7254edf27d9 /src/constants/strings.ts
parent89625b0b04c6bb09bee571cf4df29ebe58cdaee9 (diff)
parent87333873c8e47bccd99198a974a40df57619df22 (diff)
Merge branch 'master' into tma853-tag-selection-screen
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r--src/constants/strings.ts1
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';