diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 1fe98dbb6..8c89d46ee 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -541,9 +541,9 @@ const englishConstants = { UNSUPPORTED_INFO: 'ente does not support these file formats yet', BLOCKED_UPLOADS: 'blocked uploads', INPROGRESS_UPLOADS: 'uploads in progress', - TOO_LARGE_UPLOADS: 'too large files', + TOO_LARGE_UPLOADS: 'large files', 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', };