This commit is contained in:
James Brooks
2017-02-19 11:07:34 +00:00
parent 9bc8432308
commit c82ae7454c
2 changed files with 6 additions and 6 deletions

View File

@@ -315,7 +315,7 @@ class IncidentController extends Controller
$this->auth->user()
));
} catch (ValidationException $e) {
return cachet_redirect('dashboard.incidents.update', ['id' => $incident->id])
return cachet_redirect('dashboard.incidents.updates', ['id' => $incident->id])
->withInput(Binput::all())
->withTitle(sprintf('%s %s', trans('dashboard.notifications.whoops'), trans('dashboard.incidents.templates.edit.failure')))
->withErrors($e->getMessageBag());