diff --git a/sonoff/webserver.ino b/sonoff/webserver.ino
index bd79154e5..1b7f2208d 100644
--- a/sonoff/webserver.ino
+++ b/sonoff/webserver.ino
@@ -96,11 +96,11 @@ const char HTTP_HEAD[] PROGMEM =
#ifdef BE_MINIMAL
"
" D_MINIMAL_FIRMWARE_PLEASE_UPGRADE "
"
#endif
-#if MY_LANGUAGE == es-AR
- "" D_MODULE " {ha
{h}
";
-#else
+//#if (MY_LANGUAGE == es-AR) // This does not function
+// "" D_MODULE " {ha
{h}
";
+//#else
"{ha " D_MODULE "
{h}
";
-#endif
+//#endif
const char HTTP_SCRIPT_CONSOL[] PROGMEM =
"var sn=0;" // Scroll position
"var id=99;" // Get most of weblog initially