aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-01-27 17:30:08 -0500
committerGitHub <noreply@github.com>2021-01-27 17:30:08 -0500
commit60d3d97ad6913369762877a9dbfdaac0473deb28 (patch)
treea643a1790d7bff35ea911341c59f5fbd7ab1f068 /src/constants/strings.ts
parent21a3e000443c5c4ab2ae91000108b9d3b0383964 (diff)
parentfa589628285602136542b3f8944297dea34ddbf6 (diff)
Merge pull request #204 from IvanIFChen/tma568-delete-comments
[TMA-568] Delete Comments
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 77ded7be..b0886513 100644
--- a/src/constants/strings.ts
+++ b/src/constants/strings.ts
@@ -15,6 +15,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_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';
export const ERROR_INVALID_PWD_CODE = 'Looks like you have entered the wrong code, please try again';