summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-28 14:19:54 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-03-28 14:19:54 -0400
commitcda1c23c7b98d4a31d438d846c8c8445e86d9fcb (patch)
treee869623bd2fd43d5d87efc62f200d997e9b0215b /src
parent350244ce55f52a6ed65a414fde40c3ccebd9faa8 (diff)
parent901548e6236eafc90379efe0fcea92b96ffaf702 (diff)
downloadpfsense-cda1c23c7b98d4a31d438d846c8c8445e86d9fcb.zip
pfsense-cda1c23c7b98d4a31d438d846c8c8445e86d9fcb.tar.gz
Merge pull request #2798 from NOYB/System_/_Advanced_/_Notifications_-_Remove_Personalizations
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php
index 4235c3b..35d4e67 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -267,8 +267,7 @@ $section->addInput(new Form_Input(
'IP Address',
'text',
$pconfig['ipaddress']
-))->setHelp('This is the IP address that you would like to send growl '.
- 'notifications to.');
+))->setHelp('This is the IP address to send growl notifications to.');
$section->addPassword(new Form_Input(
'password',
@@ -342,8 +341,7 @@ $section->addInput(new Form_Input(
'Notification E-Mail address',
'text',
$pconfig['smtpnotifyemailaddress']
-))->setHelp('Enter the e-mail address that you would like email '.
- 'notifications sent to.');
+))->setHelp('Enter the e-mail address to send email notifications to.');
// This name prevents the browser from auto-filling the field. We change it on submit
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud