From f1e97e1cdd395f3e4472989c0655d8b720040ced Mon Sep 17 00:00:00 2001 From: bruno Date: Fri, 29 Jun 2018 16:26:54 +0200 Subject: [PATCH] Fix for error 500 when clicking Compontent groups. Variable name changed --- app/Http/Controllers/Dashboard/ComponentGroupController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Dashboard/ComponentGroupController.php b/app/Http/Controllers/Dashboard/ComponentGroupController.php index 8ef79503..e5e4011f 100644 --- a/app/Http/Controllers/Dashboard/ComponentGroupController.php +++ b/app/Http/Controllers/Dashboard/ComponentGroupController.php @@ -59,7 +59,7 @@ class ComponentGroupController extends Controller View::share([ 'sub_menu' => $this->subMenu, - 'sub_title' => trans_choice('dashboard.components.components', 2), + 'subTitle' => trans_choice('dashboard.components.components', 2), ]); }