Fix bad Update success message

This commit is contained in:
James Brooks
2017-05-03 09:42:02 +01:00
parent b108f33de4
commit 2786b5b0da
2 changed files with 2 additions and 1 deletions

View File

@@ -322,6 +322,6 @@ class IncidentController extends Controller
}
return cachet_redirect('dashboard.incidents')
->withSuccess(sprintf('%s %s', trans('dashboard.notifications.awesome'), trans('dashboard.incidents.delete.success')));
->withSuccess(sprintf('%s %s', trans('dashboard.notifications.awesome'), trans('dashboard.incidents.update.success')));
}
}

View File

@@ -39,6 +39,7 @@ return [
'update' => [
'title' => 'Create new incident update',
'subtitle' => 'Add an update to <strong>:incident</strong>',
'success' => 'Update added.',
],
// Incident templates