summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-06-13 18:53:51 +0200
committerLukas Reschke <lukas@owncloud.com>2016-06-13 18:53:51 +0200
commit5727a0dbe096ae0e5bba2488b3f7b14751fe1dd9 (patch)
tree80c0607adad2415c4101e69b8557e51016c4b39a
parentea0e443b881309825209f55b297f00c7d6a978e1 (diff)
downloadnextcloud-server-5727a0dbe096ae0e5bba2488b3f7b14751fe1dd9.tar.gz
nextcloud-server-5727a0dbe096ae0e5bba2488b3f7b14751fe1dd9.zip
Remove translate link
We don't have any translation platform yet
-rw-r--r--settings/templates/personal.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 11dc0d7881b..70b7cfd083b 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -159,12 +159,6 @@ if($_['passwordChangeSupported']) {
</option>
<?php endforeach;?>
</select>
- <?php if (OC_Util::getEditionString() === ''): ?>
- <a href="https://www.transifex.com/projects/p/owncloud/"
- target="_blank" rel="noreferrer">
- <em><?php p($l->t('Help translate'));?></em>
- </a>
- <?php endif; ?>
</form>
<div id="clientsbox" class="section clientsbox">
@@ -185,11 +179,11 @@ if($_['passwordChangeSupported']) {
<?php if (OC_Util::getEditionString() === ''): ?>
<p>
<?php print_unescaped($l->t('If you want to support the project
- <a href="https://owncloud.org/contribute"
+ <a href="https://nextcloud.com/contribute"
target="_blank" rel="noreferrer">join development</a>
or
- <a href="https://owncloud.org/promote"
- target="_blank" rel="noreferrer">spread the word</a>!'));?>
+ <a href="https://help.nextcloud.com/"
+ target="_blank" rel="noreferrer">help other users</a>!'));?>
</p>
<?php endif; ?>