summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-08-02 01:26:19 +0000
committerivan <ivan>2011-08-02 01:26:19 +0000
commit9230257f40167b22ea0c3d14efca99bbec5cb76f (patch)
tree2062e7fc37dec87526981fc8cf7f47941f4de214
parenta2b103b83f84d38e6103f837dfdaaa86d9dac18a (diff)
description should match UI update for overlimit_groups config setting, RT#13432
-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 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,