Skip to content
Snippets Groups Projects
Commit d9b30bce authored by Chefkeks's avatar Chefkeks
Browse files

i18n: Missing translation "Add Organization"

See: http://osticket.com/forum/discussion/85083/osticket-sends-no-html-mails#latest

Looked at crowdin and the term "Add Organization" is already used in the following context:
#: include/staff/templates/org-lookup.tmpl.php:82

So my suggestion is to use it also for this context here, which would not require a new translation ;)

Michael
parent e3e77013
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ $org = $user->getOrganization();
$user->getId(), $org->getName());
else
echo sprintf('<a href="#users/%d/org"
class="user-action">Add Organization</a>',
class="user-action"><?php echo __('Add Organization'); ?></a>',
$user->getId());
?>
</span>
......
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