diff options
author | ivan <ivan> | 2003-09-05 08:02:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-05 08:02:51 +0000 |
commit | 300859d0d80b01dc64f4f1c934932db309c471b2 (patch) | |
tree | 5b66243ff00dded2e55d163276d78553826c87b6 | |
parent | de7743c3f31094091fdb7c259ce5882528c09d75 (diff) |
fix typo
-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 5f092b59f..5f62cf86c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1063,7 +1063,7 @@ httemplate/docs/config.html { 'key' => 'users-allow_comp', 'section' => '', - 'description' => 'Usernames which can create complimentary customers, one per line. If no usernames are entered, all users can create complimentary accounts.' + 'description' => 'Usernames which can create complimentary customers, one per line. If no usernames are entered, all users can create complimentary accounts.', 'type' => 'textarea', }, |