Fixed translations of dashboard page title
This commit is contained in:
@@ -70,7 +70,6 @@ class IncidentController extends Controller
|
||||
public function showIncidents()
|
||||
{
|
||||
$incidents = Incident::notScheduled()->orderBy('created_at', 'desc')->get();
|
||||
|
||||
return View::make('dashboard.incidents.index')
|
||||
->withPageTitle(trans('dashboard.incidents.incidents').' - '.trans('dashboard.dashboard'))
|
||||
->withIncidents($incidents);
|
||||
|
||||
Reference in New Issue
Block a user