Skip to content

Commit 9b59e45

Browse files
committed
fix(dropdownfield): label for change categories and request categories
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 2e81497 commit 9b59e45

36 files changed

+6805
-5292
lines changed

inc/fields/dropdownfield.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function getDesignSpecializationField() {
9696
'request' => __('Request categories', 'formcreator'),
9797
'incident' => __('Incident categories', 'formcreator'),
9898
'both' => __('Request categories', 'formcreator'). " + ".__('Incident categories', 'formcreator'),
99-
'change' => __('Change'),
99+
'change' => __('Change categories', 'formcreator'),
100100
'all' => __('All'),
101101
];
102102
$additions .= dropdown::showFromArray('show_ticket_categories', $ticketCategoriesOptions, [

locales/ca_ES.mo

-53 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)