Fixed typos

This commit is contained in:
Graham Campbell
2015-08-03 21:06:56 +01:00
parent ef3c32c5e9
commit 60536d5334
2 changed files with 4 additions and 4 deletions

View File

@@ -215,7 +215,7 @@ class IncidentController extends AbstractController
return Redirect::back()->withInput(Binput::all())
->with('title', sprintf(
'%s %s',
trans('dashboard.notifications.awesome'),
trans('dashboard.notifications.whoops'),
trans('dashboard.incidents.templates.add.failure')
))
->with('errors', $template->getErrors());
@@ -289,7 +289,7 @@ class IncidentController extends AbstractController
return Redirect::back()->withInput(Binput::all())
->with('title', sprintf(
'%s %s',
trans('dashboard.notifications.awesome'),
trans('dashboard.notifications.whoops'),
trans('dashboard.incidents.templates.edit.failure')
))
->with('errors', $incident->getErrors());