replaced the id with the actual type

This commit is contained in:
Georg G 2015-04-22 18:29:12 +02:00
parent e306d36b10
commit c8747fea44
1 changed files with 2 additions and 2 deletions

View File

@ -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"