mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 03:52:12 +02:00
fix alert text for destroying answers
This commit is contained in:
parent
9d3b8cced4
commit
f5a469bafa
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue