From f5a469bafa6a453736d75cea99b194be9ed7a2c8 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 3 Jan 2015 18:40:56 +0100 Subject: [PATCH] fix alert text for destroying answers --- app/assets/javascripts/answerbox/destroy.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/answerbox/destroy.coffee b/app/assets/javascripts/answerbox/destroy.coffee index 4ec5e38e..afe379d2 100644 --- a/app/assets/javascripts/answerbox/destroy.coffee +++ b/app/assets/javascripts/answerbox/destroy.coffee @@ -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"