From 44af890f0533a2e53552fd5b018f064be345be98 Mon Sep 17 00:00:00 2001 From: MikeWallaceDev Date: Mon, 24 Jan 2022 15:17:45 -0500 Subject: [PATCH] Fix Italian translation settings were not in the correct json group. --- .../app_flowy/assets/translations/it_IT.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/app_flowy/assets/translations/it_IT.json b/frontend/app_flowy/assets/translations/it_IT.json index c8f22840b5..eea093afcc 100644 --- a/frontend/app_flowy/assets/translations/it_IT.json +++ b/frontend/app_flowy/assets/translations/it_IT.json @@ -126,17 +126,17 @@ "instruction2": "Copia questo codice negli appunti premendo l'icona o selezionando il testo:", "instruction3": "Naviga sul seguente link con il tuo browser web e inserisci il codice seguente:", "instruction4": "Premi il bottone qui sotto quando hai completato l'iscrizione:" + } + }, + "settings": { + "title": "Impostazioni", + "menu": { + "appearance": "Aspetto", + "language": "Lingua" }, - "settings": { - "title": "Impostazioni", - "menu": { - "appearance": "Aspetto", - "language": "Lingua" - }, - "appearance": { - "lightLabel": "Modalità Chiara", - "darkLabel": "Modalità Scura" - } + "appearance": { + "lightLabel": "Modalità Chiara", + "darkLabel": "Modalità Scura" } } }