mirror of
https://github.com/nextcloud/server.git
synced 2026-04-08 10:36:22 -04:00
Use transifex.com on link to translations
This commit is contained in:
parent
29d8ae2f95
commit
995feea42a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue