summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-27 12:10:59 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-27 12:10:59 -0800
commit0928a6aa2ef66fedcdc0429c6450e26a3df5f444 (patch)
tree838596361b48c9078908d3ae688aaef70421f6d0
parentffa2c69b3170181065cfe3f249d6f0508c06b48e (diff)
log_sent_mail description
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 39f12c25a..f9a169672 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -773,7 +773,7 @@ sub reason_type_options {
{
'key' => 'log_sent_mail',
'section' => 'notification',
- 'description' => 'Enable logging of template-generated email.',
+ 'description' => 'Enable logging of all sent email.',
'type' => 'checkbox',
},