Skip to content
Snippets Groups Projects
Commit b628c75b authored by Michael's avatar Michael Committed by GitHub
Browse files

Fixes #3650

Actually the issue and the fix are in https://github.com/osTicket/osTicket/issues/3650, just made this PR so it's easier to merge.
parent 4e490863
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment