diff options
author | Darren Embry <dse@webonastick.com> | 2012-05-10 11:53:21 -0400 |
---|---|---|
committer | Darren Embry <dse@webonastick.com> | 2012-05-10 11:54:25 -0400 |
commit | f3d7f30e0c8ccdb387c7369dcb74b2fda8c96c71 (patch) | |
tree | 98a5491dfe51317510b2da35b6c5f58c412f01fc /usr | |
parent | babac37a3b9a676525fff422011b9f3c0f9bd39f (diff) | |
download | pfsense-f3d7f30e0c8ccdb387c7369dcb74b2fda8c96c71.zip pfsense-f3d7f30e0c8ccdb387c7369dcb74b2fda8c96c71.tar.gz |
update help text in port fields to Firewall -> Aliases (PEV-394754)
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/load_balancer_pool_edit.php | 2 | ||||
-rwxr-xr-x | usr/local/www/load_balancer_virtual_server_edit.php | 2 |
2 files changed, 2 insertions, 2 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 -> Interfaces here."); ?> + <?=gettext("You may also specify a port alias listed in Firewall -> Aliases here."); ?> </div> </td> </tr> 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 -> Interfaces here."); ?> + <br><?=gettext("You may also specify a port alias listed in Firewall -> Aliases here."); ?> </td> </tr> <tr align="left"> |