mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Fix usage of wrong alert type.
This commit is contained in:
parent
7bd3a57883
commit
397679bc57
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user