Skip to content
Snippets Groups Projects
Commit 12b0d4b6 authored by aydreeihn's avatar aydreeihn
Browse files

Merge branch 'Chefkeks/translate-user-organization' into features_prs/develop-next

* Chefkeks/translate-user-organization:
  Fixes #3650
parents 9fa686d6 b628c75b
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