diff options
author | ivan <ivan> | 2011-08-02 01:24:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-02 01:24:19 +0000 |
commit | 42cb4ccd7ef9ddb418b31405500925863703dd3b (patch) | |
tree | 9899009fbf73e2abb65cb2b5c8ec6e59e1a13700 | |
parent | 429207acbb4c417cb6ebe861bf9ca646347328ca (diff) |
description should match UI update for overlimit_groups config setting, RT#13432
-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 36d3bbdce..633d5c5ee 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2862,7 +2862,7 @@ and customer address. Include units.', { 'key' => 'overlimit_groups', 'section' => '', - 'description' => 'RADIUS group (or comma-separated groups) to assign to svc_acct which has exceeded its bandwidth or time limit.', + 'description' => 'RADIUS group(s) to assign to svc_acct which has exceeded its bandwidth or time limit.', 'type' => 'select-sub', 'per_agent' => 1, 'multiple' => 1, |