1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00
This commit is contained in:
Giovanni Anniballi 2021-05-17 20:26:18 +00:00
parent 3e7a21e431
commit 9ba87a1809

View file

@ -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",