diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-14 10:52:43 -0700 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-14 10:52:43 -0700 |
commit | 7cc22443e3c8d9196baa23eeca39e317281d46fb (patch) | |
tree | 45887e8eebc72f42a7c0b23b138afcca428f9407 /settings/templates/personal.php | |
parent | 29d8ae2f95e40f4b3f317df88da99d891028928a (diff) | |
parent | 995feea42a3f3f2bb2145b581be5ea9115338eaf (diff) | |
download | nextcloud-server-7cc22443e3c8d9196baa23eeca39e317281d46fb.tar.gz nextcloud-server-7cc22443e3c8d9196baa23eeca39e317281d46fb.zip |
Merge pull request #4061 from rolandgeider/master
Use transifex.com on link to translations
Diffstat (limited to 'settings/templates/personal.php')
-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 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> |