From c8747fea446f97a347ea4081f0ec9f8f9d24b797 Mon Sep 17 00:00:00 2001 From: Georg G Date: Wed, 22 Apr 2015 18:29:12 +0200 Subject: [PATCH] replaced the id with the actual type --- app/assets/javascripts/report.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/report.coffee b/app/assets/javascripts/report.coffee index a2603e1c..cd77eb1e 100644 --- a/app/assets/javascripts/report.coffee +++ b/app/assets/javascripts/report.coffee @@ -1,7 +1,7 @@ window.reportDialog = (type, target, callback) -> swal - title: "Really report #{target}?" - text: "A moderator will review this #{type} and decide what happens.\nIf you'd like, you can also specify a reason." + title: "Really report this #{type}?" + text: "A moderator will review your report and decide what happens.\nIf you'd like, you can also specify a reason." type: "input" showCancelButton: true confirmButtonColor: "#DD6B55"