From e6ffeaf11b3dbf6b85ef0cbf075e0012b55c035d Mon Sep 17 00:00:00 2001 From: Abhinav-grd Date: Tue, 16 Feb 2021 18:54:37 +0530 Subject: [PATCH] modified constant for upload stage 2 --- 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 d62057ef3..19ac12cb3 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -53,7 +53,7 @@ const englishConstants = { NOTHING_HERE: `nothing to see here! 👀`, UPLOAD: { 0: 'preparing to upload', - 1: 'encrypting your files', + 1: 'reading google metadata files', 2: 'uploading your files', 3: 'files uploaded successfully!', },