diff options
author | ivan <ivan> | 2004-11-26 09:08:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-26 09:08:37 +0000 |
commit | d56a37f956a69cf30207d0af6009d8c2417ce4e8 (patch) | |
tree | f17da74da844f94b9f5a2a23054b4d3ed8f42278 | |
parent | 5d6e94b59d3e7e6b57d0881711ca56626f61c43d (diff) |
update description for signup_server-realtime to reflect current reality, closes: Bug#575
-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 b08fbb3f2..5bf4ec706 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1064,7 +1064,7 @@ httemplate/docs/config.html { 'key' => 'signup_server-realtime', 'section' => '', - 'description' => 'Run billing for signup server signups immediately, and suspend accounts which subsequently have a balance.', + 'description' => 'Run billing for signup server signups immediately, and do not provision accounts which subsequently have a balance.', 'type' => 'checkbox', }, |