Includ author and license in l10n string to be able to change order

* fixes #21874
This commit is contained in:
Morris Jobke 2016-01-25 08:44:43 +01:00
parent a331979a67
commit 605df6c36b
1 changed files with 2 additions and 2 deletions

View File

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