From 48b74d4e07b05423241e4d2f62e3671a2056d133 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 | 16 ++++++++-------- packages/intl/locale/pseudo-LOCALE.po | 10 +++++----- packages/intl/src/strings.ts | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/intl/locale/en.po b/packages/intl/locale/en.po index 73e0bf84c..d99633363 100644 --- a/packages/intl/locale/en.po +++ b/packages/intl/locale/en.po @@ -3322,8 +3322,8 @@ msgstr "" "**These must only be used for troubleshooting. Using them regularly for sync is not recommended and will lead to unexpected data loss and other issues. If you are having persistent issues with sync, please report them to us at support@streetwriters.co.**" #: src/strings.ts:553 -msgid "Forgot password?" -msgstr "Forgot password?" +msgid "Forgot Password?" +msgstr "Forgot Password?" #: src/strings.ts:2846 msgid "Free {days} days trial, cancel anytime" @@ -4161,8 +4161,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" @@ -5646,8 +5646,8 @@ msgid "Reload app" msgstr "Reload app" #: src/strings.ts:1849 -msgid "Relogin to your account" -msgstr "Relogin to your account" +msgid "Relogin to your Account" +msgstr "Relogin to your Account" #: src/strings.ts:1817 msgid "Remembered your password?" @@ -6413,7 +6413,7 @@ msgstr "Set the interval to create a partial backup (without attachments) automa msgid "Set your name" msgstr "Set your name" -#: src/strings.ts:2796 +#: src/strings.ts:2845 msgid "Setting up your account..." msgstr "Setting up your account..." @@ -8079,7 +8079,7 @@ msgstr "Your account email will be changed without affecting your subscription o msgid "Your account has been recovered." msgstr "Your account has been recovered." -#: src/strings.ts:2797 +#: src/strings.ts:2846 msgid "Your account is almost ready, please wait." msgstr "Your account is almost ready, please wait." diff --git a/packages/intl/locale/pseudo-LOCALE.po b/packages/intl/locale/pseudo-LOCALE.po index 9b5c32d44..82408cf19 100644 --- a/packages/intl/locale/pseudo-LOCALE.po +++ b/packages/intl/locale/pseudo-LOCALE.po @@ -3304,7 +3304,7 @@ msgid "" msgstr "" #: src/strings.ts:553 -msgid "Forgot password?" +msgid "Forgot Password?" msgstr "" #: src/strings.ts:2846 @@ -4141,7 +4141,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 @@ -5620,7 +5620,7 @@ msgid "Reload app" msgstr "" #: src/strings.ts:1849 -msgid "Relogin to your account" +msgid "Relogin to your Account" msgstr "" #: src/strings.ts:1817 @@ -6387,7 +6387,7 @@ msgstr "" msgid "Set your name" msgstr "" -#: src/strings.ts:2796 +#: src/strings.ts:2845 msgid "Setting up your account..." msgstr "" @@ -8018,7 +8018,7 @@ msgstr "" msgid "Your account has been recovered." msgstr "" -#: src/strings.ts:2797 +#: src/strings.ts:2846 msgid "Your account is almost ready, please wait." msgstr "" diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index 71e24ecbd..6d02f2c9b 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`, @@ -550,7 +550,7 @@ $day$: Current day (eg. Monday)`, skip: () => t`Skip`, changePasswordConfirm: () => t`I understand, change my password`, next: () => t`Next`, - forgotPassword: () => t`Forgot password?`, + forgotPassword: () => t`Forgot Password?`, cancelLogin: () => t`Cancel login`, logoutFromDevice: () => t`Logout from this device`, useAccountPassword: () => t`Use account password`,