added error strings
This commit is contained in:
parent
724b83e8ad
commit
60fb583598
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ const englishConstants = {
|
|||
2: "Uploading your Files",
|
||||
3: "Files Uploaded Successfully !!!"
|
||||
},
|
||||
OF: 'of'
|
||||
OF: 'of',
|
||||
SUBSCRIPTION_EXPIRED: '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',
|
||||
};
|
||||
|
||||
export default englishConstants;
|
||||
|
|
Loading…
Add table
Reference in a new issue