diff --git a/include/staff/templates/tickets.tmpl.php b/include/staff/templates/tickets.tmpl.php
index 543ecaf7cae5e195333f5390cd8c2533853a5c46..160bfa6de5f813e20250b89c5c5cf527c5209911 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>