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