Add a button to Manage Incident updates

Also removed the link on the overview pages to re-align them with other components
This commit is contained in:
Nico Stapelbroek
2018-01-14 22:09:00 +01:00
parent 5dc595d55b
commit 72b029e0e9
3 changed files with 15 additions and 13 deletions
+12 -11
View File
@@ -224,17 +224,18 @@ return [
],
// Buttons
'add' => 'Add',
'save' => 'Save',
'update' => 'Update',
'create' => 'Create',
'edit' => 'Edit',
'delete' => 'Delete',
'submit' => 'Submit',
'cancel' => 'Cancel',
'remove' => 'Remove',
'invite' => 'Invite',
'signup' => 'Sign Up',
'add' => 'Add',
'save' => 'Save',
'update' => 'Update',
'create' => 'Create',
'edit' => 'Edit',
'delete' => 'Delete',
'submit' => 'Submit',
'cancel' => 'Cancel',
'remove' => 'Remove',
'invite' => 'Invite',
'signup' => 'Sign Up',
'manage_updates' => 'Manage Updates',
// Other
'optional' => '* Optional',