summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-28 00:16:14 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-28 00:16:14 -0700
commit901548e6236eafc90379efe0fcea92b96ffaf702 (patch)
tree82104844a12a952a5b84003eca5c55320ae64685 /src/usr/local/www/system_advanced_notifications.php
parent2f0044059a440f507fa343863bc2b0cca685dcf6 (diff)
downloadpfsense-901548e6236eafc90379efe0fcea92b96ffaf702.zip
pfsense-901548e6236eafc90379efe0fcea92b96ffaf702.tar.gz
System / Advanced / Notifications - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/system_advanced_notifications.php')
-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