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
committerNOYB <Al_Stu@Frontier.com>2016-04-15 02:49:50 -0700
commit597ade650df21a79fa5cf68fdd5e46a0bc698912 (patch)
tree928708e144572b3f6241c63c9be35d11af49d449 /src/usr/local/www/system_advanced_notifications.php
parent69ac0a881676cce5d261cf8af013ab4066fc405e (diff)
downloadpfsense-597ade650df21a79fa5cf68fdd5e46a0bc698912.zip
pfsense-597ade650df21a79fa5cf68fdd5e46a0bc698912.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