diff options
author | Warren Baker <warren@decoy.co.za> | 2012-05-10 09:02:08 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2012-05-10 09:02:08 +0200 |
commit | 06f746c35c34077f508a6eee0c86c2788480454d (patch) | |
tree | 7f637b160a0d1e38d979758abac47209d9b1bc7f /usr | |
parent | b1aa904f77d9221715507285d48a56be27c485eb (diff) | |
download | pfsense-06f746c35c34077f508a6eee0c86c2788480454d.zip pfsense-06f746c35c34077f508a6eee0c86c2788480454d.tar.gz |
Add _ to the list of are allowed characters
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_aliases_edit.php | 2 |
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 de2e887..d72ec43 100755 --- a/usr/local/www/firewall_aliases_edit.php +++ b/usr/local/www/firewall_aliases_edit.php @@ -584,7 +584,7 @@ EOD; <?php endif; ?> <br /> <span class="vexpl"> - <?=gettext("The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"."); ?> + <?=gettext("The name of the alias may only consist of the characters \"a-z, A-Z, 0-9 and _\"."); ?> </span> </td> </tr> |