Fix usage of wrong alert type.

This commit is contained in:
James Brooks 2015-06-13 10:05:36 +01:00
parent 7bd3a57883
commit 397679bc57

View File

@ -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());