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 93ef349 commit b534ad3
Show file tree
Hide file tree
Showing 16 changed files with 7,203 additions and 5,369 deletions.
3 changes: 2 additions & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[main]
host = https://www.transifex.com

[glpi-project-plugin-formcreator.v2_10_0]
[glpi-project-plugin-formcreator.v2_11_0]
file_filter = locales/<lang>.po
source_file = locales/glpi.pot
source_lang = en_GB
type = PO
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
Loading

0 comments on commit b534ad3

Please sign in to comment.