diff options
Diffstat (limited to 'FS/FS/Conf.pm')
| -rw-r--r-- | FS/FS/Conf.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7a3a10b6f..d4f10fd22 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3099,21 +3099,21 @@ and customer address. Include units.', { 'key' => 'cust_bill-ftpusername', 'section' => 'invoicing', - 'description' => 'Enable FTP of raw invoice data - server.', + 'description' => 'Enable FTP of raw invoice data - login.', 'type' => 'text', }, { 'key' => 'cust_bill-ftppassword', 'section' => 'invoicing', - 'description' => 'Enable FTP of raw invoice data - server.', + 'description' => 'Enable FTP of raw invoice data - password.', 'type' => 'text', }, { 'key' => 'cust_bill-ftpdir', 'section' => 'invoicing', - 'description' => 'Enable FTP of raw invoice data - server.', + 'description' => 'Enable FTP of raw invoice data - path.', 'type' => 'text', }, |
