Skip to content

Commit

Permalink
Change Destroy to Delete (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allison Gruninger authored Jan 25, 2018
1 parent 2a4e514 commit 19c8812
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export class Templates {
'display': 'Create'
},
{
'value': 'Destroy',
'display': 'Destroy'
'value': 'Delete',
'display': 'Delete'
},
{
'value': 'Update',
Expand Down

0 comments on commit 19c8812

Please sign in to comment.