summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-09 16:28:09 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-10 09:09:29 -0400
commit031cf0b47c3ceae1c9a52a79d9c856e34b3319b7 (patch)
treeec1a609a91a7eff95f7b6704a7af6944d273d3a3
parent533f5895ca9648bd08df5509b676ecf7cc3cc7a3 (diff)
downloadpfsense-031cf0b47c3ceae1c9a52a79d9c856e34b3319b7.zip
pfsense-031cf0b47c3ceae1c9a52a79d9c856e34b3319b7.tar.gz
Miscellaneous Textual Corrections - Services Load Balancer
(cherry picked from commit f3817766671915583074465aa725152c7a293568)
-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