aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-09 16:28:26 -0400
committerGitHub <noreply@github.com>2021-04-09 16:28:26 -0400
commit3ec56863bfdd47b2ee8d0f0fe5a45be779508660 (patch)
tree9c247b84bf6ffee90de6ebf5bac6075640b16263 /src/constants/strings.ts
parentfb5cca5bd8aff7232c2ab5e01df0e79dddbef504 (diff)
parentdb51757cb968564dbc1554e0f10880eb009db7bc (diff)
Merge pull request #357 from ankit-thanekar007/tma-771-new-chat-modal
[TMA-771] : Modal for Suggested People
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 4f792dcc..300ceb90 100644
--- a/src/constants/strings.ts
+++ b/src/constants/strings.ts
@@ -17,6 +17,7 @@ export const ERROR_DUP_OLD_PWD = 'You may not use a previously used password';
export const ERROR_EMAIL_IN_USE = 'Email already in use, please try another one';
export const ERROR_FAILED_LOGIN_INFO = 'Login failed, please try re-entering your login information';
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_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';