From 5bb4dfedd7da2f062627d509698132e2f560ed0e Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 8 Jun 2026 09:11:47 +0500 Subject: [PATCH] mobile: fix Login screen text capitalization and eye icon mismatch with design --- packages/intl/locale/en.po | 4 ++-- packages/intl/locale/pseudo-LOCALE.po | 2 +- packages/intl/src/strings.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po index bc791c25e..a547a54e5 100644 --- a/packages/intl/locale/en.po +++ b/packages/intl/locale/en.po @@ -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" diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po index 6d14a2396..e4f87be40 100644 --- a/packages/intl/locale/pseudo-LOCALE.po +++ b/packages/intl/locale/pseudo-LOCALE.po @@ -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 diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index 744c827d4..a58dd94f5 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -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`,