mirror of
https://github.com/pds-nest/nest.git
synced 2025-02-16 12:43:58 +00:00
fix typo
This commit is contained in:
parent
3e7a21e431
commit
9ba87a1809
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ export default new LocalizedStrings({
|
||||||
loggedInTitle: "Accesso effettuato",
|
loggedInTitle: "Accesso effettuato",
|
||||||
loggedInOn: "Al momento hai effettuato l'accesso su ",
|
loggedInOn: "Al momento hai effettuato l'accesso su ",
|
||||||
loggedInAs: " come ",
|
loggedInAs: " come ",
|
||||||
logout: "Esci"
|
logout: "Esci",
|
||||||
switchTheme: "Cambia tema",
|
switchTheme: "Cambia tema",
|
||||||
alertSettings: "Impostazioni allarmi",
|
alertSettings: "Impostazioni allarmi",
|
||||||
changeEmail: "Cambia il tuo indirizzo email",
|
changeEmail: "Cambia il tuo indirizzo email",
|
||||||
|
@ -85,7 +85,7 @@ export default new LocalizedStrings({
|
||||||
loggedInTitle: "Logged in",
|
loggedInTitle: "Logged in",
|
||||||
loggedInOn: "You are currently logged in at ",
|
loggedInOn: "You are currently logged in at ",
|
||||||
loggedInAs: " as ",
|
loggedInAs: " as ",
|
||||||
logout: "Logout"
|
logout: "Logout",
|
||||||
switchTheme: "Switch theme",
|
switchTheme: "Switch theme",
|
||||||
alertSettings: "Alert settings",
|
alertSettings: "Alert settings",
|
||||||
changeEmail: "Change your email address",
|
changeEmail: "Change your email address",
|
||||||
|
|
Loading…
Add table
Reference in a new issue