Translate the plugin author string
This commit is contained in:
parent
8e5a086067
commit
df6cdc084d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue