Skip to content
Snippets Groups Projects
Commit e0bae322 authored by Pau's avatar Pau Committed by Thomas Müller
Browse files

Fixed 'Help Translate' link

parent 4887f0f9
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ if($_['passwordChangeSupported']) {
<?php endforeach;?>
</select>
<?php if (OC_Util::getEditionString() === ''): ?>
<a href="https://www.transifex.com/projects/p/owncloud/team/<?php p($_['activelanguage']['code']);?>/"
<a href="https://www.transifex.com/projects/p/owncloud/"
target="_blank" rel="noreferrer">
<em><?php p($l->t('Help translate'));?></em>
</a>
......
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