mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 04:01:43 +02:00
mobile: fix Login screen text capitalization and eye icon mismatch with design
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user