summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_virtual_server_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-09 16:28:09 -0700
committerNOYB <Al_Stu@Frontier.com>2016-05-09 16:28:09 -0700
commitf3817766671915583074465aa725152c7a293568 (patch)
tree17c5f6bd9d2f2fd01f941826c1129990ebe4b8c6 /src/usr/local/www/load_balancer_virtual_server_edit.php
parent974dee46d74783d4ffbfe243a184b7ee0c63136a (diff)
downloadpfsense-f3817766671915583074465aa725152c7a293568.zip
pfsense-f3817766671915583074465aa725152c7a293568.tar.gz
Miscellaneous Textual Corrections - Services Load Balancer
Diffstat (limited to 'src/usr/local/www/load_balancer_virtual_server_edit.php')
-rw-r--r--src/usr/local/www/load_balancer_virtual_server_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/load_balancer_virtual_server_edit.php b/src/usr/local/www/load_balancer_virtual_server_edit.php
index 9e49154..97ea70b 100644
--- a/src/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/src/usr/local/www/load_balancer_virtual_server_edit.php
@@ -234,7 +234,7 @@ $section->addInput(new Form_Input(
'number',
$pconfig['port']
))->setHelp('Port that the clients will connect to. All connections to this port will be forwarded to the pool cluster. ' .
- 'If left blank listening ports from the pool will be used.' .
+ 'If left blank listening ports from the pool will be used.' . " " .
'A port alias listed in Firewall -&gt; Aliases may also be specified here.');
if (count($config['load_balancer']['lbpool']) == 0) {
OpenPOWER on IntegriCloud