diff --git a/install_postfixadmin.sh b/install_postfixadmin.sh index 95a0064..9b45db5 100755 --- a/install_postfixadmin.sh +++ b/install_postfixadmin.sh @@ -2020,8 +2020,8 @@ function adjust_plang_hook(\$PALANG, \$language) { \$PALANG['x_password_not_allowed'] = 'Die Zeichen \'¿¡§\' sind nicht erlaubt.'; break; default: - \$PALANG['x_password_no_special_characters'] = 'Your password must contain at least %s special character (!~@#$^&*();\\':",.<>[]{}|=-+_).'; - \$PALANG['x_password_not_allowed'] = 'Characters \'¿¡§\' are not allowed.' + \$PALANG['x_password_no_special_characters'] = 'Your password must contain at least %s special character (!?~@#$^&*();\\':",.<>[]{}|=-+_).'; + \$PALANG['x_password_not_allowed'] = 'Characters \'¿¡§\' are not allowed.'; } return \$PALANG; }