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)
|
btn = $(this)
|
||||||
qid = btn[0].dataset.qId
|
qid = btn[0].dataset.qId
|
||||||
swal
|
swal
|
||||||
title: translate('frontend.delete_own.confirm.title')
|
title: translate('frontend.destroy_own.confirm.title')
|
||||||
text: translate('frontend.delete_own.confirm.text')
|
text: translate('frontend.destroy_own.confirm.text')
|
||||||
type: "warning"
|
type: "warning"
|
||||||
showCancelButton: true
|
showCancelButton: true
|
||||||
confirmButtonColor: "#DD6B55"
|
confirmButtonColor: "#DD6B55"
|
||||||
|
|
Loading…
Reference in New Issue