Skip to content

Commit 3f15aed

Browse files
committed
fix(targetchange): bad label
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 3cea85a commit 3f15aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/targetbase.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ protected function showDueDateSettings(PluginFormcreatorForm $form, $rand) {
835835

836836
protected function showCategorySettings(PluginFormcreatorForm $form, $rand) {
837837
echo '<tr class="line0">';
838-
echo '<td width="15%">' . __('Ticket category', 'formcreator') . '</td>';
838+
echo '<td width="15%">' . __('Category', 'formcreator') . '</td>';
839839
echo '<td width="25%">';
840840
Dropdown::showFromArray(
841841
'category_rule',

0 commit comments

Comments
 (0)