From 56ed719cb7cb9d61ccd8e635507bcb2701c42745 Mon Sep 17 00:00:00 2001 From: abhinav-grd Date: Fri, 24 Sep 2021 12:03:07 +0530 Subject: [PATCH] updated move and add to collection string --- src/utils/strings/englishConstants.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index a6e4d3eee..7960ec6ca 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -420,7 +420,7 @@ const englishConstants = { ), NOT_FILE_OWNER: 'you cannot delete files in a shared album', - ADD_TO_COLLECTION: 'add to collection', + ADD_TO_COLLECTION: 'add to album', SELECTED: 'selected', VIDEO_PLAYBACK_FAILED: 'video format not supported', VIDEO_PLAYBACK_FAILED_DOWNLOAD_INSTEAD: @@ -544,7 +544,7 @@ const englishConstants = { UPLOAD_TO_COLLECTION: 'upload to album', ARCHIVE: 'archive', ALL: 'all', - MOVE_TO_COLLECTION: 'move to collection', + MOVE_TO_COLLECTION: 'move to album', UNARCHIVE: 'un-archive', MOVE: 'move', ADD: 'add',