mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:29:53 +01:00
fix missing translation error
This commit is contained in:
parent
214ae12e59
commit
045efb80a5
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue