aboutsummaryrefslogtreecommitdiff
path: root/src/constants/strings.ts
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-25 17:43:13 -0800
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-02-25 17:43:13 -0800
commiteed77b91d4d10dece7c53a81eb92b8ac94cc1f77 (patch)
tree53cab0cd8a7fb8366bc9933de325279fff082173 /src/constants/strings.ts
parent79edd43bd998e5f9f425b1c8150cd8f3592e47d6 (diff)
Request-Contacts updated permission request code
Diffstat (limited to 'src/constants/strings.ts')
-rw-r--r--src/constants/strings.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/strings.ts b/src/constants/strings.ts
index 5ae19e9c..353e0d02 100644
--- a/src/constants/strings.ts
+++ b/src/constants/strings.ts
@@ -25,7 +25,7 @@ export const ERROR_INVALID_VERIFICATION_CODE_FORMAT = 'Please enter the 6 digit
export const ERROR_INVLAID_CODE = 'The code entered is not valid!';
export const ERROR_LINK = (str: string) => `Unable to link with ${str}, Please check your login and try again`;
export const ERROR_LOGIN = 'There was a problem logging you in, please refresh and try again';
-export const ERROR_LOGIN_FAILED = 'Login failed. Check your username and passoword, and try again';
+export const ERROR_LOGIN_FAILED = 'Login failed. Check your username and password, and try again';
export const ERROR_NEXT_PAGE = 'There was a problem while loading the next page 😓, try again in a couple minutes';
export const ERROR_PROFILE_CREATION_SHORT = 'Profile creation 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}`;