From 3971e9c500125be3f1dbe63513be2fd3f133f849 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Sat, 22 Jan 2022 11:18:55 +0530 Subject: [PATCH] Revert "fix file too large description" This reverts commit 8a5e194af49f03728dab900cbbb4e1398e0c3a21. --- src/utils/strings/englishConstants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index a1a59aec1..d2a647d0d 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -547,7 +547,7 @@ const englishConstants = { INPROGRESS_UPLOADS: 'uploads in progress', TOO_LARGE_UPLOADS: 'large files', TOO_LARGE_INFO: - 'these files were not uploaded as they exceed our maximum file size limit', + 'these files were not uploaded as they exceed the maximum size limit for your storage plan', UPLOAD_TO_COLLECTION: 'upload to album', ARCHIVE: 'archive', ALL: 'all',