diff --git a/app/Http/Controllers/Admin/ScheduleController.php b/app/Http/Controllers/Admin/ScheduleController.php index d88a4b71..7b029a4e 100644 --- a/app/Http/Controllers/Admin/ScheduleController.php +++ b/app/Http/Controllers/Admin/ScheduleController.php @@ -200,7 +200,7 @@ class ScheduleController extends AbstractController return Redirect::back()->withInput(Binput::all()) ->with('title', sprintf( '%s - %s', - trans('dashboard.notifications.awesome'), + trans('dashboard.notifications.whoops'), trans('dashboard.schedule.edit.failure') )) ->with('errors', $schedule->getErrors());