Includ author and license in l10n string to be able to change order
* fixes #21874
This commit is contained in:
parent
a331979a67
commit
605df6c36b
|
@ -60,9 +60,9 @@ script(
|
||||||
</h2>
|
</h2>
|
||||||
<div class="app-version"> {{version}}</div>
|
<div class="app-version"> {{version}}</div>
|
||||||
{{#if profilepage}}<a href="{{profilepage}}" target="_blank" rel="noreferrer">{{/if}}
|
{{#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}}
|
{{#if licence}}
|
||||||
({{licence}}-<?php p($l->t('licensed')); ?>)
|
(<?php p($l->t('%s-licensed', ['{{licence}}'])); ?>)
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{#if profilepage}}</a>{{/if}}
|
{{#if profilepage}}</a>{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue