From 8bf2f588c6001e6e109fa10329860d3b9bf4b840 Mon Sep 17 00:00:00 2001 From: Piotr Antczak Date: Mon, 7 Jun 2021 07:54:20 +0200 Subject: [PATCH] Fix text overlap reported in #205 --- package.json | 2 +- src/locales/it.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cc1ac105..43cc9ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasmocompiler", - "version": "5.3.3", + "version": "5.3.4", "private": true, "proxy": "http://localhost:3001/", "dependencies": { diff --git a/src/locales/it.json b/src/locales/it.json index 65336aeb..05fa6e2d 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -12,8 +12,8 @@ "stepWifiConfTitle": "Configurazione WiFi", "stepWifiConfDesc": "Inserisci SSID e password della rete WiFi", "stepWifiConfStaticIP": "IP statico", - "stepWifiConfSSID": "SSID rete WiFi", - "stepWifiConfPassword": "Password rete WiFi", + "stepWifiConfSSID": "SSID", + "stepWifiConfPassword": "Password", "stepWifiConfIP": "Indirizzo IP", "stepWifiConfMask": "Maschera rete", "stepWifiConfGateway": "Gateway",