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:
-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}}