aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-23 17:44:17 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-23 16:44:17 +0000
commit393c5c673acc8f674c9beb052754c0ff08453a2a (patch)
tree830c7f101e7d15f53881f8f10e122c887192ab89 /src/i18n
parentchore: servicesStore + models into typescript (#344) (diff)
downloadferdium-app-393c5c673acc8f674c9beb052754c0ff08453a2a.tar.gz
ferdium-app-393c5c673acc8f674c9beb052754c0ff08453a2a.tar.zst
ferdium-app-393c5c673acc8f674c9beb052754c0ff08453a2a.zip
Change login screen layout (#345)
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index c19429e6d..f51c798ac 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -64,7 +64,8 @@
64 "locked.touchId": "Unlock with Touch ID", 64 "locked.touchId": "Unlock with Touch ID",
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change here!",
68 "login.changeServerMessage": "You are using {serverNameParse}, do you want to switch?",
68 "login.customServerQuestion": "Using a custom Ferdium server?", 69 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 70 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Email address", 71 "login.email.label": "Email address",