fix missing translation error

This commit is contained in:
pixeldesu 2015-06-09 18:07:10 +02:00
parent 214ae12e59
commit 045efb80a5

View file

@ -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"