Browse Source

0.8.107

* fix German translation #1569
pull/1584/head
lumapu 9 months ago
parent
commit
36b17b14ae
  1. 1
      src/CHANGES.md
  2. 4
      src/web/lang.json

1
src/CHANGES.md

@ -2,6 +2,7 @@
## 0.8.107 - 2024-04-08
* fix boot loop on `reboot on midnight` feature #1542, #1599, #1566, #1571
* fix German translation #1569
## 0.8.106 - 2024-04-05
* fix bootloop with CMT and NRF on ESP32 #1566 #1562

4
src/web/lang.json

@ -6,7 +6,7 @@
{
"token": "NAV_WIZARD",
"en": "Setup Wizard",
"de": "Daten"
"de": "Einrichtungsassitent"
},
{
"token": "NAV_LIVE",
@ -81,7 +81,7 @@
{
"token": "BTN_NEXT",
"en": "next >>",
"de": "prüfen >>"
"de": "speichern >>"
},
{
"token": "BTN_REBOOT",

Loading…
Cancel
Save