Change incident update text

This commit is contained in:
James Brooks
2018-06-16 21:48:49 +01:00
parent 8e942737dc
commit 809a6c75d0

View File

@@ -56,7 +56,7 @@ return [
'title' => 'Incident Templates', 'title' => 'Incident Templates',
'add' => [ 'add' => [
'title' => 'Create an incident template', 'title' => 'Create an incident template',
'message' => 'You should add an incident template.', 'message' => 'Create your first incident template.',
'success' => 'Your new incident template has been created.', 'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.', 'failure' => 'Something went wrong with the incident template.',
], ],