Skip to content

Commit

Permalink
fix(dropdownfield): label for change categories and request categories
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed May 13, 2020
1 parent 2e81497 commit 9b59e45
Show file tree
Hide file tree
Showing 36 changed files with 6,805 additions and 5,292 deletions.
2 changes: 1 addition & 1 deletion inc/fields/dropdownfield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function getDesignSpecializationField() {
'request' => __('Request categories', 'formcreator'),
'incident' => __('Incident categories', 'formcreator'),
'both' => __('Request categories', 'formcreator'). " + ".__('Incident categories', 'formcreator'),
'change' => __('Change'),
'change' => __('Change categories', 'formcreator'),
'all' => __('All'),
];
$additions .= dropdown::showFromArray('show_ticket_categories', $ticketCategoriesOptions, [
Expand Down
Binary file modified locales/ca_ES.mo
Binary file not shown.
Loading

0 comments on commit 9b59e45

Please sign in to comment.