mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 11:16:05 +01: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()
|
||||
swal
|
||||
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"
|
||||
showCancelButton: true
|
||||
confirmButtonColor: "#DD6B55"
|
||||
|
|
Loading…
Reference in a new issue