From 397679bc57ddd6b21214dc8293fb004737590921 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 13 Jun 2015 10:05:36 +0100 Subject: [PATCH] Fix usage of wrong alert type. --- app/Http/Controllers/Admin/ScheduleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());