Merge pull request #24541 from owncloud/stable9-backport-23705

[stable9] Fixed 'Help Translate' link
This commit is contained in:
Thomas Müller 2016-05-11 09:38:56 +02:00
commit 45413d7952
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>