From 9efeceafd930a052471f1374e674d3f815a6fe12 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 21 Mar 2021 14:23:02 +0100 Subject: [PATCH] Remove text "Module" from GUI main page --- tasmota/xdrv_01_webserver.ino | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasmota/xdrv_01_webserver.ino b/tasmota/xdrv_01_webserver.ino index 4595f50a2..7ecf647b4 100644 --- a/tasmota/xdrv_01_webserver.ino +++ b/tasmota/xdrv_01_webserver.ino @@ -214,12 +214,15 @@ const char HTTP_HEAD_STYLE3[] PROGMEM = "

" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "

" // COLOR_TEXT_WARNING #endif "
" // COLOR_TITLE +/* #ifdef LANGUAGE_MODULE_NAME "

" D_MODULE " %s

" #else "

%s " D_MODULE "

" #endif - "

%s

"; +*/ + "

%s

" // Module name + "

%s

"; // Device name const char HTTP_MSG_SLIDER_GRADIENT[] PROGMEM = "
"