diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-27 12:10:59 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-27 12:10:59 -0800 |
commit | 0928a6aa2ef66fedcdc0429c6450e26a3df5f444 (patch) | |
tree | 838596361b48c9078908d3ae688aaef70421f6d0 | |
parent | ffa2c69b3170181065cfe3f249d6f0508c06b48e (diff) |
log_sent_mail description
-rw-r--r-- | FS/FS/Conf.pm | 2 |
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', }, |