diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index 1de62f049c..7190bde313 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -118,7 +118,7 @@ if ($_POST) {
foreach($ifdescrs as $iface) {
if($config['interfaces'][$iface]['ipaddr'] <> "")
if($config['interfaces'][$iface]['ipaddr'] == $split_ip[0])
- $input_errors[] = "{$split_ip[0]} is currently being referenced by an interface ip address on {$iface}.";
+ $input_errors[] = "{$split_ip[0]} is currently being referenced by an interface IP address on {$iface}.";
}
}
}
@@ -294,7 +294,7 @@ function clearcombo(){
-
=gettext("Behaviour");?>
+
=gettext("Behavior");?>
>=gettext("Load Balancing");?>
@@ -348,7 +348,7 @@ function clearcombo(){
-
Note: Some gateways have ping capability disabled.
size="16" maxlength="16">
- NOTE: This is normally the WAN IP address that you would like the server to listen on. All connections to this IP/PORT will be forwarded to the pool cluster.
+ NOTE: This is normally the WAN IP address that you would like the server to listen on. All connections to this IP and port will be forwarded to the pool cluster.
Port
size="16" maxlength="16">
- NOTE: This is the PORT that the clients will connect to. All connections to this port will be forwarded to the pool cluster.
+ NOTE: This is the port that the clients will connect to. All connections to this port will be forwarded to the pool cluster.
@@ -184,7 +184,7 @@ include("head.inc");
- Note: Don't forget to add a firewall rule for the virtual server/pool after your finished setting it up.
+ Note: Don't forget to add a firewall rule for the virtual server/pool after you're finished setting it up.