diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm
index c3cde1fc6..f9b0a8f4b 100755
--- a/fhem/FHEM/01_FHEMWEB.pm
+++ b/fhem/FHEM/01_FHEMWEB.pm
@@ -3509,7 +3509,7 @@ FW_widgetOverride($$)
is displayed.
if the modifier is ":textField-long", is like textField, but upon
clicking on the input field a textArea (60x25) will be opened.
- if the modifier is ":textField-longNL", the behaviour is the same
+ if the modifier is ":textFieldNL-long", the behaviour is the same
as :textField-long, but no label is displayed.
if the modifier is of the form
diff --git a/fhem/www/pgm2/fhemweb.js b/fhem/www/pgm2/fhemweb.js
index 00cb325ec..90e1d0258 100644
--- a/fhem/www/pgm2/fhemweb.js
+++ b/fhem/www/pgm2/fhemweb.js
@@ -794,7 +794,7 @@ FW_createTextField(elName, devName, vArr, currVal, set, params, cmd)
(vArr[0] != "textField" &&
vArr[0] != "textFieldNL" &&
vArr[0] != "textField-long" &&
- vArr[0] != "textField-longNL") ||
+ vArr[0] != "textFieldNL-long") ||
(params && params.length))
return undefined;