Translate the plugin author string

This commit is contained in:
Szabó Gergő 2015-08-22 12:19:31 +02:00
parent 8e5a086067
commit df6cdc084d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</div>
<div class="scoreboard-item title-value">
<h4><?= e(trans('system::lang.updates.details_author')) ?></h4>
<p><?= e($pluginAuthor) ?></p>
<p><?= e(trans($pluginAuthor)) ?></p>
</div>
</div>
</div>