mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +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",
|
||||
loggedInOn: "Al momento hai effettuato l'accesso su ",
|
||||
loggedInAs: " come ",
|
||||
logout: "Esci"
|
||||
logout: "Esci",
|
||||
switchTheme: "Cambia tema",
|
||||
alertSettings: "Impostazioni allarmi",
|
||||
changeEmail: "Cambia il tuo indirizzo email",
|
||||
|
@ -85,7 +85,7 @@ export default new LocalizedStrings({
|
|||
loggedInTitle: "Logged in",
|
||||
loggedInOn: "You are currently logged in at ",
|
||||
loggedInAs: " as ",
|
||||
logout: "Logout"
|
||||
logout: "Logout",
|
||||
switchTheme: "Switch theme",
|
||||
alertSettings: "Alert settings",
|
||||
changeEmail: "Change your email address",
|
||||
|
|
Loading…
Reference in a new issue