Skip to content

Commit

Permalink
Fix text overlap reported in #205
Browse files Browse the repository at this point in the history
  • Loading branch information
benzino77 committed Jun 7, 2021
1 parent 8629a17 commit 8bf2f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tasmocompiler",
"version": "5.3.3",
"version": "5.3.4",
"private": true,
"proxy": "http://localhost:3001/",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8bf2f58

Please sign in to comment.