mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Remove translate link
We don't have any translation platform yet
This commit is contained in:
parent
ea0e443b88
commit
5727a0dbe0
1 changed files with 3 additions and 9 deletions
|
|
@ -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; ?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue