summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-10-13 23:07:08 -0500
committerChris Buechler <cmb@pfsense.org>2014-10-13 23:07:08 -0500
commitdc4a8b9e541b0cffb84978669d1eef3b19094103 (patch)
tree5ec5b46520f27dc692bedfa7ee8d4aad93c796b8 /usr/local/www/firewall_aliases_edit.php
parent71c26c22209e22c37d437077da6c69b0fb09627f (diff)
downloadpfsense-dc4a8b9e541b0cffb84978669d1eef3b19094103.zip
pfsense-dc4a8b9e541b0cffb84978669d1eef3b19094103.tar.gz
update input_error description after changes for ticket #3491
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index aa59497..9748c15 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -137,7 +137,7 @@ if ($_POST) {
$input_errors[] = gettext("Reserved word used for alias name.");
} else {
if (is_validaliasname($_POST['name']) == false)
- $input_errors[] = gettext("The alias name must be less than 32 characters long and may only consist of the characters") . " a-z, A-Z, 0-9, _.";
+ $input_errors[] = gettext("The alias name must be less than 32 characters long, may not consist of only numbers, and may only contain the following characters") . " a-z, A-Z, 0-9, _.";
}
/* check for name conflicts */
if (empty($a_aliases[$id])) {
OpenPOWER on IntegriCloud