mobile: fix Login screen text capitalization and eye icon mismatch with design

This commit is contained in:
Ammar Ahmed
2026-06-08 09:11:47 +05:00
parent a6a7c60035
commit 5bb4dfedd7
3 changed files with 4 additions and 4 deletions

View File

@@ -4137,8 +4137,8 @@ msgid "Login to upload attachments. [Read more](https://help.notesnook.com/faqs/
msgstr "Login to upload attachments. [Read more](https://help.notesnook.com/faqs/login-to-upload-attachments)"
#: src/strings.ts:542
msgid "Login to your account"
msgstr "Login to your account"
msgid "Login to your Account"
msgstr "Login to your Account"
#: src/strings.ts:776
msgid "Logout"

View File

@@ -4117,7 +4117,7 @@ msgid "Login to upload attachments. [Read more](https://help.notesnook.com/faqs/
msgstr ""
#: src/strings.ts:542
msgid "Login to your account"
msgid "Login to your Account"
msgstr ""
#: src/strings.ts:776

View File

@@ -539,7 +539,7 @@ $day$: Current day (eg. Monday)`,
appliedDark: () => t`Applied as dark theme`,
appliedLight: () => t`Applied as light theme`,
basic: () => t`Basic`,
loginToYourAccount: () => t`Login to your account`,
loginToYourAccount: () => t`Login to your Account`,
continue: () => t`Continue`,
unlockWithBiometrics: () => t`Unlock with biometrics`,
fileCheck: () => t`Run file check`,