summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorFelix Wolfsteller <felix.wolfsteller@gmail.com>2015-12-06 23:04:20 +0100
committerFelix Wolfsteller <felix.wolfsteller@gmail.com>2015-12-06 23:04:20 +0100
commite34e800e632d1b1cda7be7c24de84f42e12c283f (patch)
tree3f8805f9430dd6bf6ece3467d826e499a1b9122a /src/usr/local/www/system_advanced_notifications.php
parentae81c23b3790734db2553d706e2a8925ffcfbfed (diff)
downloadpfsense-e34e800e632d1b1cda7be7c24de84f42e12c283f.zip
pfsense-e34e800e632d1b1cda7be7c24de84f42e12c283f.tar.gz
Improve helpfulness of smtp-test buttons help-text.
Diffstat (limited to 'src/usr/local/www/system_advanced_notifications.php')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php
index dadfb8a..f30d950 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -358,7 +358,7 @@ $section->addInput(new Form_Input(
'submit',
'Test SMTP settings'
))->addClass('btn-info')->setHelp('A test notification will be sent even if the service is '.
- 'marked as disabled.');
+ 'marked as disabled. The last SAVED values will be used, not necessarily the values entered here.');
$form->add($section);
OpenPOWER on IntegriCloud