From 901548e6236eafc90379efe0fcea92b96ffaf702 Mon Sep 17 00:00:00 2001 From: NOYB Date: Mon, 28 Mar 2016 00:16:14 -0700 Subject: System / Advanced / Notifications - Remove Personalizations Remove "you" personalizations. --- src/usr/local/www/system_advanced_notifications.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') 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( -- cgit v1.1