diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-01-25 08:44:43 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-01-25 08:44:43 +0100 |
commit | 605df6c36b2f33de82e9f114cc857aca4ef6c501 (patch) | |
tree | 1de7545156201dad3b7cff71a095df9efbcfd8c5 /settings/templates/apps.php | |
parent | a331979a674e91750ff81bcd3a4863729851ac4d (diff) | |
download | nextcloud-server-605df6c36b2f33de82e9f114cc857aca4ef6c501.tar.gz nextcloud-server-605df6c36b2f33de82e9f114cc857aca4ef6c501.zip |
Includ author and license in l10n string to be able to change order
* fixes #21874
Diffstat (limited to 'settings/templates/apps.php')
-rw-r--r-- | settings/templates/apps.php | 4 |
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}} |