diff options
author | ivan <ivan> | 2011-08-02 01:26:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-02 01:26:19 +0000 |
commit | 9230257f40167b22ea0c3d14efca99bbec5cb76f (patch) | |
tree | 2062e7fc37dec87526981fc8cf7f47941f4de214 | |
parent | a2b103b83f84d38e6103f837dfdaaa86d9dac18a (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, |