summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-01 10:10:56 -0800
committerIvan Kohler <ivan@freeside.biz>2016-03-01 10:10:56 -0800
commitf281f4ed265bc5207aea4e6d17ce69af901d481d (patch)
tree3e9ce788adf23239a69720a745e47f3692416cac
parent6e33e8af0974d49c1c0cf65b1963846d35f6c156 (diff)
fix description for appointment configs, RT#34237
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index f280c7fc1..9d058fdf6 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3169,7 +3169,7 @@ and customer address. Include units.',
{
'key' => 'ticket_system-appointment-queueid',
'section' => 'ticketing',
- 'description' => 'Custom field from the ticketing system to use as an appointment classification.',
+ 'description' => 'Ticketing queue to use for appointments.',
#false laziness w/above
'type' => 'select-sub',
'options_sub' => sub {
@@ -3197,7 +3197,7 @@ and customer address. Include units.',
{
'key' => 'ticket_system-appointment-custom_field',
'section' => 'ticketing',
- 'description' => 'Custom field from the ticketing system to use as an appointment classification.',
+ 'description' => 'Ticketing custom field to use as an appointment classification.',
'type' => 'text',
},