Merge pull request #926 from gergo85/patch-1
Replaced a plain text to translation
This commit is contained in:
commit
8cd6e25610
|
|
@ -1,6 +1,6 @@
|
|||
<?php Block::put('breadcrumb') ?>
|
||||
<ul>
|
||||
<li><a href="<?= Backend::url('system/updates') ?>">Updates</a></li>
|
||||
<li><a href="<?= Backend::url('system/updates') ?>"><?= e(trans('system::lang.updates.menu_label')) ?></a></li>
|
||||
<li><?= e(trans($this->pageTitle)) ?></li>
|
||||
</ul>
|
||||
<?php Block::endPut() ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue