|
@@ -130,9 +130,9 @@ class Edit extends App.ControllerModal
|
|
|
class DestroyConfirm extends App.ControllerModal
|
|
|
buttonClose: true
|
|
|
buttonCancel: true
|
|
|
- buttonSubmit: __('yes')
|
|
|
+ buttonSubmit: __('Yes')
|
|
|
buttonClass: 'btn--danger'
|
|
|
- head: __('Confirm')
|
|
|
+ head: __('Confirmation')
|
|
|
small: true
|
|
|
|
|
|
content: ->
|