summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
authorDarren Embry <dse@webonastick.com>2012-05-10 11:53:21 -0400
committerDarren Embry <dse@webonastick.com>2012-05-10 11:54:25 -0400
commitf3d7f30e0c8ccdb387c7369dcb74b2fda8c96c71 (patch)
tree98a5491dfe51317510b2da35b6c5f58c412f01fc /usr/local/www/load_balancer_pool_edit.php
parentbabac37a3b9a676525fff422011b9f3c0f9bd39f (diff)
downloadpfsense-f3d7f30e0c8ccdb387c7369dcb74b2fda8c96c71.zip
pfsense-f3d7f30e0c8ccdb387c7369dcb74b2fda8c96c71.tar.gz
update help text in port fields to Firewall -> Aliases (PEV-394754)
Diffstat (limited to 'usr/local/www/load_balancer_pool_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index 078b61a..70ba5e6 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -211,7 +211,7 @@ function clearcombo(){
<input name="port" type="text" <?if(isset($pconfig['port'])) echo "value=\"{$pconfig['port']}\"";?> size="16" maxlength="16"><br>
<div id="monitorport_desc">
<?=gettext("This is the port your servers are listening on."); ?><br />
- <?=gettext("You may also specify a port alias listed in Firewall -&gt; Interfaces here."); ?>
+ <?=gettext("You may also specify a port alias listed in Firewall -&gt; Aliases here."); ?>
</div>
</td>
</tr>
OpenPOWER on IntegriCloud