Update translation key

parent b96c8a3a
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment