modified constant for upload stage 2

This commit is contained in:
Abhinav-grd 2021-02-16 18:54:37 +05:30
parent ebe2397463
commit e6ffeaf11b

View file

@ -53,7 +53,7 @@ const englishConstants = {
NOTHING_HERE: `nothing to see here! 👀`, NOTHING_HERE: `nothing to see here! 👀`,
UPLOAD: { UPLOAD: {
0: 'preparing to upload', 0: 'preparing to upload',
1: 'encrypting your files', 1: 'reading google metadata files',
2: 'uploading your files', 2: 'uploading your files',
3: 'files uploaded successfully!', 3: 'files uploaded successfully!',
}, },