diff options
-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 bd1e67a39..9004f1f35 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2050,7 +2050,7 @@ httemplate/docs/config.html { 'key' => 'support_packages', 'section' => '', - 'description' => 'A list of packages eligible for RT ticket time transfer', + 'description' => 'A list of packages eligible for RT ticket time transfer, one pkgpart per line.', #this should really be a select multiple, or specified in the packages themselves... 'type' => 'textarea', }, |