From 90e6c4c2d814b4e701593d0ffc7127d3003ab0da Mon Sep 17 00:00:00 2001 From: Vishnu Date: Sun, 12 Feb 2023 13:59:02 +0530 Subject: [PATCH] Fix case --- src/pages/shared-albums/index.tsx | 2 +- src/utils/strings/englishConstants.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/shared-albums/index.tsx b/src/pages/shared-albums/index.tsx index b8f1d8817..c766d3af1 100644 --- a/src/pages/shared-albums/index.tsx +++ b/src/pages/shared-albums/index.tsx @@ -366,7 +366,7 @@ export default function PublicCollectionGallery() { diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 45d619a3f..49a1ab005 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -79,6 +79,7 @@ const englishConstants = { SENT: 'Sent!', PASSWORD: 'Password', LINK_PASSWORD: 'Enter password to unlock the album', + UNLOCK: 'Unlock', ENTER_PASSPHRASE: 'Enter your password', RETURN_PASSPHRASE_HINT: 'Password', SET_PASSPHRASE: 'Set password',