From e4cb948be48a6b40b9bbe37865fc43ba0a4fd903 Mon Sep 17 00:00:00 2001 From: lumapu Date: Tue, 9 Jan 2024 23:15:28 +0100 Subject: [PATCH] 0.8.50 fix English versions --- src/web/lang.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/lang.h b/src/web/lang.h index cb955110a..a82c78883 100644 --- a/src/web/lang.h +++ b/src/web/lang.h @@ -9,13 +9,13 @@ #ifdef LANG_DE #define REBOOT_ESP_APPLY_CHANGES "starte AhoyDTU neu, um die Änderungen zu speichern" #else /*LANG_EN*/ - #define REBOOT_ESP_APPLY_CHANGES "reboot AhoyDTU to apply all your configuration changes"; + #define REBOOT_ESP_APPLY_CHANGES "reboot AhoyDTU to apply all your configuration changes" #endif #ifdef LANG_DE #define TIME_NOT_SET "keine gültige Zeit, daher keine Kommunikation zum Wechselrichter möglich" #else /*LANG_EN*/ - #define TIME_NOT_SET "time not set. No communication to inverter possible"; + #define TIME_NOT_SET "time not set. No communication to inverter possible" #endif #ifdef LANG_DE