Selaa lähdekoodia

beautify orderform

andre 4 vuotta sitten
vanhempi
commit
795a0eacad
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      templates/checkconfigureproduct.tpl

+ 1 - 1
templates/checkconfigureproduct.tpl

@@ -79,7 +79,7 @@
                 $("#hintSymbols").text('');
             } else {
                 symbolsOK = false;
-                $("#hintSymbols").text('Benutzen Sie auch mindestens eines der folgenden Symbole (# $ ! % & etc...)');
+                $("#hintSymbols").text('Benutzen Sie auch mindestens ein Symbol oder Sonderzeichen (# $ ! % & + - etc...)');
             }
             var upper = pw.replace(/[A-Z]/g, "");
             var numupper = (pw.length - upper.length);