Skip to content

Commit

Permalink
Update ticket-tasks.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
empty88 authored and JediKev committed Apr 19, 2022
1 parent 20e9b30 commit b063504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/staff/ticket-tasks.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if ($count) {
echo '<strong>'.$showing.'</strong>';
} else {
echo sprintf(__('%s does not have any tasks'), $ticket? 'This ticket' :
echo sprintf(__('%s does not have any tasks'), $ticket? __('This ticket') :
'System');
}
?>
Expand Down

0 comments on commit b063504

Please sign in to comment.