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:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-22 13:36:52 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-22 13:36:52 +0400
commit934f2e94a30e21bbd0c87f347bb05de3437f66db (patch)
tree9b6a0b0c389a7491c85616e5773bb438f129e817 /settings/templates
parent2964027cad2003dada6fdda3c929fee3005480a4 (diff)
parentda892d69ab724354e1b3ee251e540ba306fffe44 (diff)
Merge branch 'master' into disable-anon-upload-master
Diffstat (limited to 'settings/templates')
-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 147ad834a9c..ee5ebae708f 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -96,7 +96,7 @@ if($_['passwordChangeSupported']) {
<?php endforeach;?>
</select>
<?php if (OC_Util::getEditionString() === ''): ?>
- <a href="https://www.transifex.net/projects/p/owncloud/team/<?php p($_['activelanguage']['code']);?>/"
+ <a href="https://www.transifex.com/projects/p/owncloud/team/<?php p($_['activelanguage']['code']);?>/"
target="_blank"><em><?php p($l->t('Help translate'));?></em></a>
<?php endif; ?>
</fieldset>