summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_virtual_server_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-05-17 21:49:06 +0000
committerChris Buechler <cmb@pfsense.org>2008-05-17 21:49:06 +0000
commit54db058eec6cf524fb46bbafbf2798d0bbaf71d4 (patch)
tree17294f6a914ed90d7f2a92ad73e7a32d4d615a14 /usr/local/www/load_balancer_virtual_server_edit.php
parente47c266d49cc1f77d6ab06904e500f1d85688ace (diff)
downloadpfsense-54db058eec6cf524fb46bbafbf2798d0bbaf71d4.zip
pfsense-54db058eec6cf524fb46bbafbf2798d0bbaf71d4.tar.gz
touch up text.
ticket #1696
Diffstat (limited to 'usr/local/www/load_balancer_virtual_server_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php
index 04ca617..88ee349 100755
--- a/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/usr/local/www/load_balancer_virtual_server_edit.php
@@ -140,14 +140,14 @@ include("head.inc");
<td width="22%" valign="top" class="vncellreq">IP Address</td>
<td width="78%" class="vtable" colspan="2">
<input name="ipaddr" type="text" <?if(isset($pconfig['ipaddr'])) echo "value=\"{$pconfig['ipaddr']}\"";?> size="16" maxlength="16">
- <br><b>NOTE:</b> 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.
+ <br><b>NOTE:</b> 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.
</td>
</tr>
<tr align="left">
<td width="22%" valign="top" 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><b>NOTE:</b> This is the PORT that the clients will connect to. All connections to this port will be forwarded to the pool cluster.
+ <br><b>NOTE:</b> This is the port that the clients will connect to. All connections to this port will be forwarded to the pool cluster.
</td>
</tr>
<tr align="left">
@@ -184,7 +184,7 @@ include("head.inc");
</tr>
</table>
</form>
-<br><span class="red"><strong>Note:</strong></span> Don't forget to add a firewall rule for the virtual server/pool after your finished setting it up.
+<br><span class="red"><strong>Note:</strong></span> Don't forget to add a firewall rule for the virtual server/pool after you're finished setting it up.
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud