fix description for appointment configs, RT#34237
authorIvan Kohler <ivan@freeside.biz>
Tue, 1 Mar 2016 18:10:56 +0000 (10:10 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 1 Mar 2016 18:10:56 +0000 (10:10 -0800)
FS/FS/Conf.pm

index f280c7f..9d058fd 100644 (file)
@@ -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',
   },