updated strings

This commit is contained in:
Abhinav-grd 2021-08-29 14:38:35 +05:30
parent 2a645dc16e
commit dddd7fac30

View file

@ -541,9 +541,9 @@ const englishConstants = {
UNSUPPORTED_INFO: 'ente does not support these file formats yet', UNSUPPORTED_INFO: 'ente does not support these file formats yet',
BLOCKED_UPLOADS: 'blocked uploads', BLOCKED_UPLOADS: 'blocked uploads',
INPROGRESS_UPLOADS: 'uploads in progress', INPROGRESS_UPLOADS: 'uploads in progress',
TOO_LARGE_UPLOADS: 'too large files', TOO_LARGE_UPLOADS: 'large files',
TOO_LARGE_INFO: TOO_LARGE_INFO:
'the file you are trying to upload is larger than the storage available, please upgrade your plan and try again', 'these files were not uploaded as they exceed the maximum size limit for your storage plan',
UPLOAD_TO_COLLECTION: 'upload to album', UPLOAD_TO_COLLECTION: 'upload to album',
}; };