changed texts according to figma design

This commit is contained in:
Ananddubey01 2023-01-11 12:39:31 +05:30
parent 27c72d5402
commit 5a3b58e1e8
2 changed files with 2 additions and 2 deletions

View file

@ -523,7 +523,7 @@ export const leaveSharedAlbum = async (collectionID: number) => {
{ 'X-Auth-Token': token } { 'X-Auth-Token': token }
); );
} catch (e) { } catch (e) {
logError(e, 'leave shared album failed '); logError(e, constants.LEAVE_SHARED_ALBUM_FAILED);
throw e; throw e;
} }
}; };

View file

@ -611,7 +611,7 @@ const englishConstants = {
EMPTY_TRASH_TITLE: 'Empty trash?', EMPTY_TRASH_TITLE: 'Empty trash?',
EMPTY_TRASH_MESSAGE: EMPTY_TRASH_MESSAGE:
'These files will be permanently deleted from your ente account.', 'These files will be permanently deleted from your ente account.',
LEAVE_SHARED_ALBUM: 'Leave shared album', LEAVE_SHARED_ALBUM: 'Yes, leave',
LEAVE_SHARED_ALBUM_TITLE: 'Leave shared Album?', LEAVE_SHARED_ALBUM_TITLE: 'Leave shared Album?',
LEAVE_SHARED_ALBUM_FAILED: 'failed to leave the album, please try again', LEAVE_SHARED_ALBUM_FAILED: 'failed to leave the album, please try again',
LEAVE_SHARED_ALBUM_MESSAGE: LEAVE_SHARED_ALBUM_MESSAGE: