diff --git a/include/staff/templates/tickets.tmpl.php b/include/staff/templates/tickets.tmpl.php index 71dc0470a6524ed0a4f094c0affebeca37f6ea68..dc3a8804da561ccf6e94c343029fc293ae84366c 100644 --- a/include/staff/templates/tickets.tmpl.php +++ b/include/staff/templates/tickets.tmpl.php @@ -85,7 +85,7 @@ TicketForm::ensureDynamicDataView(); if ($total) { echo '<strong>'.$pageNav->showing().'</strong>'; } else { - echo sprintf(__('%s does not have any tickets'), $user? 'User' : 'Organization'); + echo sprintf(__('%s does not have any tickets'), $user? __('User') : __('Organization')); } ?> </div>