summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_virtual_server_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_virtual_server_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_virtual_server_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php
index 046e18c..797f65d 100755
--- a/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/usr/local/www/load_balancer_virtual_server_edit.php
@@ -205,7 +205,7 @@ jQuery(document).ready( function() {
<td width="78%" class="vtable" colspan="2">
<input name="port" type="text" <?if(isset($pconfig['port'])) echo "value=\"{$pconfig['port']}\"";?> size="16" maxlength="16">
<br><?=gettext("This is the port that the clients will connect to. All connections to this port will be forwarded to the pool cluster."); ?>
- <br><?=gettext("You may also specify a port alias listed in Firewall -&gt; Interfaces here."); ?>
+ <br><?=gettext("You may also specify a port alias listed in Firewall -&gt; Aliases here."); ?>
</td>
</tr>
<tr align="left">
OpenPOWER on IntegriCloud