fix missing translation error
This commit is contained in:
parent
214ae12e59
commit
045efb80a5
|
@ -3,8 +3,8 @@ $(document).on "click", "a[data-action=ab-question-destroy]", (ev) ->
|
|||
btn = $(this)
|
||||
qid = btn[0].dataset.qId
|
||||
swal
|
||||
title: translate('frontend.delete_own.confirm.title')
|
||||
text: translate('frontend.delete_own.confirm.text')
|
||||
title: translate('frontend.destroy_own.confirm.title')
|
||||
text: translate('frontend.destroy_own.confirm.text')
|
||||
type: "warning"
|
||||
showCancelButton: true
|
||||
confirmButtonColor: "#DD6B55"
|
||||
|
|
Loading…
Reference in New Issue