summaryrefslogtreecommitdiffstats
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:02:08 +0200
commit06f746c35c34077f508a6eee0c86c2788480454d (patch)
tree7f637b160a0d1e38d979758abac47209d9b1bc7f
parentb1aa904f77d9221715507285d48a56be27c485eb (diff)
downloadpfsense-06f746c35c34077f508a6eee0c86c2788480454d.zip
pfsense-06f746c35c34077f508a6eee0c86c2788480454d.tar.gz
Add _ to the list of are allowed characters
-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 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>
OpenPOWER on IntegriCloud