Translate string
This commit is contained in:
parent
9e81c68e2b
commit
163810bfee
|
|
@ -9,6 +9,6 @@
|
|||
<a
|
||||
href="<?= Backend::url('system/updates/manage') ?>"
|
||||
class="btn btn-default oc-icon-puzzle-piece">
|
||||
Manage plugins
|
||||
<?= e(trans('system::lang.plugins.manage')) ?>
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -23,7 +23,7 @@ return [
|
|||
],
|
||||
],
|
||||
'plugins' => [
|
||||
'manage' => 'Manage Plugins',
|
||||
'manage' => 'Manage plugins',
|
||||
'enable_or_disable' => 'Enable or disable',
|
||||
'enable_or_disable_title' => 'Enable or Disable Plugins',
|
||||
'remove' => 'Remove',
|
||||
|
|
|
|||
Loading…
Reference in New Issue