Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-17 13:48:23 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-06-17 13:48:23 +0400
commit1171a5a2e02a33aa8658c44e74853bbfa3170a7a (patch)
tree99cd25d0bf936df03d98550940572e622b9e2f39 /settings
parent112f9f055b2b0efb7d0d1e61207715e822abcb49 (diff)
fix link to translation, bug was introduced by https://github.com/owncloud/core/commit/ca7699c8bdb85df9b69e3639f53d1b959287ba16#settings/templates/personal.php
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index eab3373ad35..d47be4cc8c4 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -92,7 +92,7 @@ if($_['passwordChangeSupported']) {
<?php endforeach;?>
</select>
<?php if (OC_Util::getEditionString() === ''): ?>
- <a href="https://www.transifex.net/projects/p/owncloud/team/<?php p($_['languages']['code']);?>/"
+ <a href="https://www.transifex.net/projects/p/owncloud/team/<?php p($_['languages'][0]['code']);?>/"
target="_blank"><em><?php p($l->t('Help translate'));?></em></a>
<?php endif; ?>
</fieldset>