Improved UX for destroy confirm dialog.
This commit is contained in:
parent
0c917e13aa
commit
cef84ef74f
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class App.ControllerModalLoading extends App.Controller
|
|||
class App.ControllerGenericDestroyConfirm extends App.ControllerModal
|
||||
buttonClose: true
|
||||
buttonCancel: true
|
||||
buttonSubmit: 'yes'
|
||||
buttonSubmit: 'delete'
|
||||
buttonClass: 'btn--danger'
|
||||
head: 'Confirm'
|
||||
small: true
|
||||
|
|
Loading…
Reference in a new issue