summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau <pau.risa@gmail.com>2016-04-04 10:56:36 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-04-04 10:56:36 +0200
commite0bae322885f14ea6481e32ef05e2d2e7df439ad (patch)
tree0091b8a62db8a04f28be0fbf466259994e110c6f
parent4887f0f9b5b9dc58e9b8af0a871a81ee85974694 (diff)
downloadnextcloud-server-e0bae322885f14ea6481e32ef05e2d2e7df439ad.tar.gz
nextcloud-server-e0bae322885f14ea6481e32ef05e2d2e7df439ad.zip
Fixed 'Help Translate' link
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 5e929bc33ff..302feddcb42 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -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>