Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPau <pau.risa@gmail.com>2016-04-04 11:56:36 +0300
committerLukas Reschke <lukas@owncloud.com>2016-05-10 18:24:56 +0300
commit5d736706865806c56c4c2cd2a7560ea779cd978a (patch)
tree50b5ed63e9c2a3847ff155f2f9748fc5d1f6adc9 /settings
parenta3bdcfbb90494b7fefa7c8c39c092a8aef9bfce1 (diff)
Fixed 'Help Translate' link
Diffstat (limited to 'settings')
-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 9693f1afe18..11dc0d7881b 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>