added user doesnt exist error messages

This commit is contained in:
Abhinav-grd 2021-02-13 17:23:00 +05:30
parent cfc61cbd68
commit 9f673a4057

View file

@ -61,7 +61,9 @@ const englishConstants = {
"You don't have a active subscription plan!! Please get one in the mobile app", "You don't have a active subscription plan!! Please get one in the mobile app",
STORAGE_QUOTA_EXCEEDED: STORAGE_QUOTA_EXCEEDED:
'You have exceeded your designated storage Quota, please upgrade your plan to add more files', '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; export default englishConstants;