diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-03-28 14:19:54 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-03-28 14:19:54 -0400 |
commit | cda1c23c7b98d4a31d438d846c8c8445e86d9fcb (patch) | |
tree | e869623bd2fd43d5d87efc62f200d997e9b0215b /src/usr/local | |
parent | 350244ce55f52a6ed65a414fde40c3ccebd9faa8 (diff) | |
parent | 901548e6236eafc90379efe0fcea92b96ffaf702 (diff) | |
download | pfsense-cda1c23c7b98d4a31d438d846c8c8445e86d9fcb.zip pfsense-cda1c23c7b98d4a31d438d846c8c8445e86d9fcb.tar.gz |
Merge pull request #2798 from NOYB/System_/_Advanced_/_Notifications_-_Remove_Personalizations
Diffstat (limited to 'src/usr/local')
-rw-r--r-- | src/usr/local/www/system_advanced_notifications.php | 6 |
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( |