From 9f673a4057b5d747832d955301c80068e668094c Mon Sep 17 00:00:00 2001 From: Abhinav-grd Date: Sat, 13 Feb 2021 17:23:00 +0530 Subject: [PATCH] added user doesnt exist error messages --- src/utils/strings/englishConstants.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 225496b47..1f5c9a781 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -61,7 +61,9 @@ const englishConstants = { "You don't have a active subscription plan!! Please get one in the mobile app", STORAGE_QUOTA_EXCEEDED: 'You have exceeded your designated storage Quota, please upgrade your plan to add more files', - WEB_SIGNUPS_DISABLED:'Web signups are disabled for now, please install the mobile app and signup there' + WEB_SIGNUPS_DISABLED: + 'Web signups are disabled for now, please install the mobile app and signup there', + USER_DOESNOT_EXIST: 'Incorrect EmailId, No such user exists', }; export default englishConstants;