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:
authorMorris Jobke <hey@morrisjobke.de>2016-01-25 10:44:43 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-01-25 10:44:43 +0300
commit605df6c36b2f33de82e9f114cc857aca4ef6c501 (patch)
tree1de7545156201dad3b7cff71a095df9efbcfd8c5 /settings
parenta331979a674e91750ff81bcd3a4863729851ac4d (diff)
Includ author and license in l10n string to be able to change order
* fixes #21874
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/apps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 94efd76c7c2..489062d5191 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -60,9 +60,9 @@ script(
</h2>
<div class="app-version"> {{version}}</div>
{{#if profilepage}}<a href="{{profilepage}}" target="_blank" rel="noreferrer">{{/if}}
- <div class="app-author"><?php p($l->t('by')); ?> {{author}}
+ <div class="app-author"><?php p($l->t('by %s', ['{{author}}']));?>
{{#if licence}}
- ({{licence}}-<?php p($l->t('licensed')); ?>)
+ (<?php p($l->t('%s-licensed', ['{{licence}}'])); ?>)
{{/if}}
</div>
{{#if profilepage}}</a>{{/if}}