summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-14 22:31:58 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-14 22:31:58 +0545
commit3734ffb6791721d44eb5faaec870f07ab0f29278 (patch)
treeae4f9e7fd20686844092a7c1633c62a587649a25 /src/usr/local/www
parent5db26d3f8e0110faa39d3638a81dbd2b3d78d186 (diff)
downloadpfsense-3734ffb6791721d44eb5faaec870f07ab0f29278.zip
pfsense-3734ffb6791721d44eb5faaec870f07ab0f29278.tar.gz
Text with max-src-conn-rate and max-src-conn-rates fields
I fixed up the text to read the best I could think of. Actually in 2.2.* these 2 fields were horizontally across the page - so maybe someone can reformat this to look more like on 2.2.* ?
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 0da4ac9..7ac4494 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1476,7 +1476,7 @@ $section->addInput(new Form_Input(
'Max. src. conn. Rate',
'number',
$pconfig['max-src-conn-rate']
-))->setHelp('Maximum state entries per host');
+))->setHelp('Maximum new connections per host (TCP only)');
$section->addInput(new Form_Input(
'max-src-conn-rates',
@@ -1484,7 +1484,7 @@ $section->addInput(new Form_Input(
'number',
$pconfig['max-src-conn-rates'],
['min' => 1, 'max' => 255]
-))->setHelp('Maximum new connections per host / per second(s) (TCP only)');
+))->setHelp('/ per how many second(s) (TCP only)');
$section->addInput(new Form_Input(
'statetimeout',
OpenPOWER on IntegriCloud