diff --git a/routes/breadcrumbs.php b/routes/breadcrumbs.php index c0a4016414..2dd60ce699 100644 --- a/routes/breadcrumbs.php +++ b/routes/breadcrumbs.php @@ -447,7 +447,7 @@ try { Breadcrumbs::register( 'categories.edit', function (BreadcrumbsGenerator $breadcrumbs, Category $category) { - $breadcrumbs->parent('categories.show', $category, '(nothing)', new Carbon, new Carbon); + $breadcrumbs->parent('categories.show-all', $category, '', new Carbon, new Carbon); $breadcrumbs->push(trans('firefly.edit_category', ['name' => limitStringLength($category->name)]), route('categories.edit', [$category->id])); } );