summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2012-05-10 09:02:08 +0200
committerWarren Baker <warren@decoy.co.za>2012-05-10 09:07:45 +0200
commit5b5c9911d284d0ed256237bddc844f7f030d9434 (patch)
tree972c62b83ba5eca58dec82924b4d13a16b4e4513 /usr/local
parent82618bec0e8b89f89e0f9b8bc16f60bdc9068869 (diff)
downloadpfsense-5b5c9911d284d0ed256237bddc844f7f030d9434.zip
pfsense-5b5c9911d284d0ed256237bddc844f7f030d9434.tar.gz
Add _ to the list of are allowed characters
Diffstat (limited to 'usr/local')
-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 8088a7d..0b7a70c 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -579,7 +579,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>
OpenPOWER on IntegriCloud