From 9ba87a180912050291f509c8680ac54386b0914a Mon Sep 17 00:00:00 2001 From: Giovanni Anniballi <253150@studenti.unimore.it> Date: Mon, 17 May 2021 20:26:18 +0000 Subject: [PATCH] fix typo --- nest_frontend/Localization.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nest_frontend/Localization.js b/nest_frontend/Localization.js index 454da59..5c2c637 100644 --- a/nest_frontend/Localization.js +++ b/nest_frontend/Localization.js @@ -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",