From c24410f15a15d7d61b8b5543f94f059ec4cd6f8b Mon Sep 17 00:00:00 2001 From: Vishnu Date: Thu, 13 Oct 2022 14:50:53 +0530 Subject: [PATCH] Fix case --- src/utils/strings/englishConstants.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index ad673e259..032d55515 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -71,8 +71,8 @@ const englishConstants = { UNKNOWN_ERROR: 'Something went wrong, please try again', INVALID_CODE: 'Invalid verification code', EXPIRED_CODE: 'Your verification code has expired', - SENDING: 'sending...', - SENT: 'sent!', + SENDING: 'Sending...', + SENT: 'Sent!', PASSWORD: 'Password', LINK_PASSWORD: 'Enter password to unlock the album', ENTER_PASSPHRASE: 'Enter your password', @@ -439,7 +439,7 @@ const englishConstants = { CREATION_TIME: 'Creation time', UPDATED_ON: 'Updated on', LOCATION: 'Location', - SHOW_MAP: 'show on map', + SHOW_MAP: 'Show on map', EXIF: 'Exif', DEVICE: 'Device', IMAGE_SIZE: 'Image size',