Merge pull request #3146 from krollebol/2.4

Fix for Error 500 when opening Component groups
This commit is contained in:
James Brooks
2018-06-29 16:10:13 +01:00
committed by GitHub

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