replaced the id with the actual type
This commit is contained in:
parent
e306d36b10
commit
c8747fea44
|
@ -1,7 +1,7 @@
|
||||||
window.reportDialog = (type, target, callback) ->
|
window.reportDialog = (type, target, callback) ->
|
||||||
swal
|
swal
|
||||||
title: "Really report #{target}?"
|
title: "Really report this #{type}?"
|
||||||
text: "A moderator will review this #{type} and decide what happens.\nIf you'd like, you can also specify a reason."
|
text: "A moderator will review your report and decide what happens.\nIf you'd like, you can also specify a reason."
|
||||||
type: "input"
|
type: "input"
|
||||||
showCancelButton: true
|
showCancelButton: true
|
||||||
confirmButtonColor: "#DD6B55"
|
confirmButtonColor: "#DD6B55"
|
||||||
|
|
Loading…
Reference in New Issue