diff options
author | Pau <pau.risa@gmail.com> | 2016-04-04 10:56:36 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-04 10:56:36 +0200 |
commit | e0bae322885f14ea6481e32ef05e2d2e7df439ad (patch) | |
tree | 0091b8a62db8a04f28be0fbf466259994e110c6f | |
parent | 4887f0f9b5b9dc58e9b8af0a871a81ee85974694 (diff) | |
download | nextcloud-server-e0bae322885f14ea6481e32ef05e2d2e7df439ad.tar.gz nextcloud-server-e0bae322885f14ea6481e32ef05e2d2e7df439ad.zip |
Fixed 'Help Translate' link
-rw-r--r-- | settings/templates/personal.php | 2 |
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> |