summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-15 02:49:50 -0700
committerChris Buechler <cmb@pfsense.org>2016-04-16 01:38:03 -0500
commitce3fd2c3ff94bef051e17606915f06ff1ed7b90b (patch)
tree63c56f71f752a80d80ba44ae671e6b937fccc687 /src/usr/local/www/system_advanced_notifications.php
parent6bf5ed1892c4a751c3c7e7fd348f88cccc11cf36 (diff)
downloadpfsense-ce3fd2c3ff94bef051e17606915f06ff1ed7b90b.zip
pfsense-ce3fd2c3ff94bef051e17606915f06ff1ed7b90b.tar.gz
System / Advanced - Punctuation
Diffstat (limited to 'src/usr/local/www/system_advanced_notifications.php')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php
index 35d4e67..439c4c1 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -260,7 +260,7 @@ $section->addInput(new Form_Input(
$pconfig['notification_name'],
['placeholder' => $g["product_name"].' growl alert']
-))->setHelp('Enter a name for the Growl notifications');
+))->setHelp('Enter a name for the Growl notifications.');
$section->addInput(new Form_Input(
'ipaddress',
@@ -310,7 +310,7 @@ $section->addInput(new Form_Input(
'number',
$pconfig['smtpport']
))->setHelp('This is the port of the SMTP E-Mail server, typically 25, 587 '.
- '(submission) or 465 (smtps)');
+ '(submission) or 465 (smtps).');
$group = new Form_Group('Secure SMTP Connection');
$group->add(new Form_Checkbox(
OpenPOWER on IntegriCloud