diff options
author | Julius Härtl <github@jus.li> | 2016-07-29 23:47:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 23:47:49 +0200 |
commit | e0b5edd82c40f5dd27636d8e7c9de1bff7381975 (patch) | |
tree | 596cb609b5ef266f5122b8e97018b7dc82d87a8d | |
parent | 3728479beb4d412703fedfe5577e599354a05920 (diff) | |
parent | 73355398384dc22fa434dcb2ef0b1474f207270d (diff) | |
download | nextcloud-server-e0b5edd82c40f5dd27636d8e7c9de1bff7381975.tar.gz nextcloud-server-e0b5edd82c40f5dd27636d8e7c9de1bff7381975.zip |
Merge pull request #662 from thelinuxfr/patch-1
Transifex Owncloud > Nextcloud
-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 4f580e41287..890bfd1bbeb 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -158,7 +158,7 @@ if($_['passwordChangeSupported']) { <?php endforeach;?> </select> <?php if (OC_Util::getEditionString() === ''): ?> - <a href="https://www.transifex.com/projects/p/owncloud/" + <a href="https://www.transifex.com/nextcloud/nextcloud/" target="_blank" rel="noreferrer"> <em><?php p($l->t('Help translate'));?></em> </a> |