Skip to content
Snippets Groups Projects
Commit e8cedfd6 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: i18n: Fix bad link for [Add Organization]

Fixes #1834
parent 9adad36f
Branches
Tags
No related merge requests found
......@@ -96,8 +96,8 @@ $org = $user->getOrganization();
else
echo sprintf(
'<a href="#users/%d/org" class="user-action">%s</a>',
__('Add Organization'),
$user->getId());
$user->getId(),
__('Add Organization'));
?>
</span>
</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment