fix alert text for destroying answers
This commit is contained in:
parent
9d3b8cced4
commit
f5a469bafa
|
@ -2,7 +2,7 @@ $(document).on "click", "a[data-action=ab-destroy]", (ev) ->
|
||||||
ev.preventDefault()
|
ev.preventDefault()
|
||||||
swal
|
swal
|
||||||
title: "Are you sure?"
|
title: "Are you sure?"
|
||||||
text: "You will not be able to recover this!"
|
text: "If you delete this answer it will be moved back to your inbox!"
|
||||||
type: "warning"
|
type: "warning"
|
||||||
showCancelButton: true
|
showCancelButton: true
|
||||||
confirmButtonColor: "#DD6B55"
|
confirmButtonColor: "#DD6B55"
|
||||||
|
|
Loading…
Reference in New Issue