Skip to content

Commit

Permalink
Update translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 12, 2017
1 parent b96c8a3 commit e59fecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Page/Events/Handlers/RegisterPageSidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RegisterPageSidebar extends AbstractAdminSidebar
public function extendWith(Menu $menu)
{
$menu->group(trans('core::sidebar.content'), function (Group $group) {
$group->item(trans('page::pages.title.pages'), function (Item $item) {
$group->item(trans('page::pages.pages'), function (Item $item) {
$item->icon('fa fa-file');
$item->weight(1);
$item->route('admin.page.page.index');
Expand Down

0 comments on commit e59fecc

Please sign in to comment.