diff options
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 ae87297bb14..02cab16dec5 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -22,8 +22,8 @@ <h2 class="app-name"><a href="{{detailpage}}" target="_blank">{{name}}</a></h2> <div class="app-version"> {{version}}</div> <div class="app-author"><?php p($l->t('by')); ?> {{author}} - {{#if license}} - ({{license}}-<?php p($l->t('licensed')); ?>) + {{#if licence}} + ({{licence}}-<?php p($l->t('licensed')); ?>) {{/if}} </div> {{#if score}} |