summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorluckman212 <luke.hamburg@gmail.com>2017-02-04 15:40:44 -0500
committerGitHub <noreply@github.com>2017-02-04 15:40:44 -0500
commitbdeec29d14142625c399a4ba6ddc52f660235b6d (patch)
tree8ac2e520f86dd0664212319c4f5c543180e498c0 /src/usr/local/www
parente402b079cfeaa4ecc7019df79c75b45c036fae00 (diff)
downloadpfsense-bdeec29d14142625c399a4ba6ddc52f660235b6d.zip
pfsense-bdeec29d14142625c399a4ba6ddc52f660235b6d.tar.gz
Add a '.' to the help text for consistency
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/system_advanced_firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php
index 80ea832..51b3f3c 100644
--- a/src/usr/local/www/system_advanced_firewall.php
+++ b/src/usr/local/www/system_advanced_firewall.php
@@ -463,7 +463,7 @@ $group->add(new Form_Input(
$group->setHelp('Timeouts for states can be scaled adaptively as the number of '.
'state table entries grows. Leave blank to use default values, set to '.
- '0 to disable Adaptive Timeouts');
+ '0 to disable Adaptive Timeouts.');
$section->add($group);
OpenPOWER on IntegriCloud