diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 94efd76c7c..489062d519 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -60,9 +60,9 @@ script(
{{version}}
{{#if profilepage}}{{/if}} -
t('by')); ?> {{author}} +
t('by %s', ['{{author}}']));?> {{#if licence}} - ({{licence}}-t('licensed')); ?>) + (t('%s-licensed', ['{{licence}}'])); ?>) {{/if}}
{{#if profilepage}}
{{/if}}