Fix for error 500 when clicking Compontent groups. Variable name changed

This commit is contained in:
bruno 2018-06-29 16:26:54 +02:00
parent 7001ba0c4e
commit f1e97e1cdd

View File

@ -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),
]);
}