Adding/editing incidents can now update a components status.
This commit is contained in:
@@ -27,6 +27,7 @@ return [
|
||||
'incidents' => [
|
||||
'name' => 'Name',
|
||||
'status' => 'Status',
|
||||
'component' => 'Component',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
|
||||
@@ -98,5 +99,8 @@ return [
|
||||
'delete' => 'Delete',
|
||||
'submit' => 'Submit',
|
||||
'cancel' => 'Cancel',
|
||||
'remove' => 'Remove'
|
||||
'remove' => 'Remove',
|
||||
|
||||
// Other
|
||||
'optional' => '* Optional',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user