From 5bafa8fd6a90ef75f89251dfa13ec21dc73ac99d Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Fri, 14 May 2021 06:47:14 -0700 Subject: Added invites to header, organized imports --- src/constants/strings.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/constants') 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'; -- cgit v1.2.3-70-g09d2