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
|
class App.ControllerGenericDestroyConfirm extends App.ControllerModal
|
||||||
buttonClose: true
|
buttonClose: true
|
||||||
buttonCancel: true
|
buttonCancel: true
|
||||||
buttonSubmit: 'yes'
|
buttonSubmit: 'delete'
|
||||||
buttonClass: 'btn--danger'
|
buttonClass: 'btn--danger'
|
||||||
head: 'Confirm'
|
head: 'Confirm'
|
||||||
small: true
|
small: true
|
||||||
|
|
Loading…
Reference in a new issue