summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php2
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php2
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 -&gt; Interfaces here."); ?>
+ <?=gettext("You may also specify a port alias listed in Firewall -&gt; 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 -&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