aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-04-09 14:40:21 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-04-09 14:40:21 -0700
commit444dc434b63c7a24d3447e23eb9b4a9b469566a7 (patch)
tree115ec5404492b3437d600b8f4047da1cadbcd6a8 /src/constants/strings.ts
parent3d26676ea1e818b585b4b224f643524994a0e893 (diff)
endpoint and error message
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..106032b0 100644
--- a/src/constants/strings.ts
+++ b/src/constants/strings.ts
@@ -34,6 +34,7 @@ export const ERROR_PROFILE_CREATION_SHORT = 'Profile creation failed 😓';
export const ERROR_PROFILE_UPDATE_SHORT = 'Profile update failed. 😔';
export const ERROR_PWD_ACCOUNT = (str: string) => `Please make sure that the email / username entered is registered with us. You may contact our customer support at ${str}`;
export const ERROR_REGISTRATION = (str: string) => `Registration failed 😔, ${str}`;
+export const ERROR_CHAT_CONNECTION = `Unable to establish chat connection`;
export const ERROR_SELECT_BIRTHDAY = 'Please select your birthday';
export const ERROR_SELECT_CLASS_YEAR = 'Please select your Class Year';
export const ERROR_SELECT_GENDER = 'Please select your gender';