summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/load_balancer_setting.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-21 00:04:25 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-21 00:04:25 -0700
commite78ecb9681106889f94b5c7f7b1dbf7b46f54766 (patch)
tree78a6b18f4b3f8aea53f4342c1a81a3445474799b /src/usr/local/www/load_balancer_setting.php
parent954594393db78968821ecf08aa330aaddbb47db1 (diff)
downloadpfsense-e78ecb9681106889f94b5c7f7b1dbf7b46f54766.zip
pfsense-e78ecb9681106889f94b5c7f7b1dbf7b46f54766.tar.gz
Services - Punctuation
Clean up some services menu punctuation.
Diffstat (limited to 'src/usr/local/www/load_balancer_setting.php')
-rw-r--r--src/usr/local/www/load_balancer_setting.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/load_balancer_setting.php b/src/usr/local/www/load_balancer_setting.php
index 8212407..a6a43b4 100644
--- a/src/usr/local/www/load_balancer_setting.php
+++ b/src/usr/local/www/load_balancer_setting.php
@@ -151,21 +151,21 @@ $section->addInput(new Form_Input(
'Timeout',
'text',
$pconfig['timeout']
-))->setHelp('Set the global timeout in milliseconds for checks. Leave blank to use the default value of 1000 ms');
+))->setHelp('Set the global timeout in milliseconds for checks. Leave blank to use the default value of 1000 ms.');
$section->addInput(new Form_Input(
'interval',
'Interval',
'text',
$pconfig['interval']
-))->setHelp('Set the interval in seconds at which the member of a pool will be checked. Leave blank to use the default interval of 10 seconds');
+))->setHelp('Set the interval in seconds at which the member of a pool will be checked. Leave blank to use the default interval of 10 seconds.');
$section->addInput(new Form_Input(
'prefork',
'Prefork',
'text',
$pconfig['prefork']
-))->setHelp('Number of processes forked in advance by relayd. Leave blank to use the default value of 5 processes');
+))->setHelp('Number of processes forked in advance by relayd. Leave blank to use the default value of 5 processes.');
$form->add($section);
print($form);
OpenPOWER on IntegriCloud