diff options
-rwxr-xr-x | usr/local/www/load_balancer_pool_edit.php | 2 |
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 a90b8ae..1de62f0 100755 --- a/usr/local/www/load_balancer_pool_edit.php +++ b/usr/local/www/load_balancer_pool_edit.php @@ -308,7 +308,7 @@ function clearcombo(){ <td width="22%" valign="top" id="monitorport_text" class="vncellreq">Port</td> <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> - <div id="monitorport_desc">This is the port your servers are listening too.</div> + <div id="monitorport_desc">This is the port your servers are listening on.</div> </td> </tr> <tr align="left"> |