Fixed 'Help Translate' link

This commit is contained in:
Pau 2016-04-04 10:56:36 +02:00 committed by Thomas Müller
parent 4887f0f9b5
commit e0bae32288
1 changed files with 1 additions and 1 deletions

View File

@ -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>