Skip to content

Commit

Permalink
fix(targetchange): bad label
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 30, 2020
1 parent 8dae4e3 commit 1ecaeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/targetbase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ protected function showDueDateSettings(PluginFormcreatorForm $form, $rand) {

protected function showCategorySettings(PluginFormcreatorForm $form, $rand) {
echo '<tr>';
echo '<td width="15%">' . __('Ticket category', 'formcreator') . '</td>';
echo '<td width="15%">' . __('Category', 'formcreator') . '</td>';
echo '<td width="25%">';
Dropdown::showFromArray(
'category_rule',
Expand Down

0 comments on commit 1ecaeb6

Please sign in to comment.