diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index ee841f8d..e9913236 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -58,6 +58,7 @@ class DashboardController extends Controller $subscribers = $this->getSubscribers(); return View::make('dashboard.index') + ->withPageTitle(trans('dashboard.dashboard')) ->withComponents($components) ->withIncidents($incidents) ->withSubscribers($subscribers); diff --git a/resources/views/dashboard/subscribers/index.blade.php b/resources/views/dashboard/subscribers/index.blade.php index 7d036e80..b7b0fd0e 100644 --- a/resources/views/dashboard/subscribers/index.blade.php +++ b/resources/views/dashboard/subscribers/index.blade.php @@ -6,7 +6,7 @@ - {{ trans('dashboard.subscribers.subscribers') }} + {{ trans('dashboard.subscribers.subscribers') }} @if($current_user->isAdmin) diff --git a/resources/views/dashboard/team/index.blade.php b/resources/views/dashboard/team/index.blade.php index 960dfb4e..86a05ab0 100644 --- a/resources/views/dashboard/team/index.blade.php +++ b/resources/views/dashboard/team/index.blade.php @@ -6,7 +6,7 @@ - {{ trans('dashboard.team.team') }} + {{ trans('dashboard.team.team') }} @if($current_user->isAdmin)