diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-04-09 18:29:42 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-04-09 18:29:42 -0400 |
| commit | 875812fd5674cf183d094f569de4e2a0d1de6693 (patch) | |
| tree | 29cfc6a258561e884f8a823d0226a81cd6120e2c /src/constants/strings.ts | |
| parent | 6527289eb6249cfd057c47d0f797133ab8052339 (diff) | |
| parent | a6580f418e87775a5e683e56735952df4f7fa5a9 (diff) | |
Merge branch 'master' into tma767-message-button
# Conflicts:
# src/screens/chat/ChatListScreen.tsx
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 106032b0..94f5552f 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'; |
