diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 94efd76c7c298a4fea7db22d0c1c790cf83c32cf..489062d51914eb61e5522e35628c57f34be4295e 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}}