diff --git a/app/views/moderation/_userbox.html.haml b/app/views/moderation/_userbox.html.haml
index 27136f9a..42b71cee 100644
--- a/app/views/moderation/_userbox.html.haml
+++ b/app/views/moderation/_userbox.html.haml
@@ -18,7 +18,7 @@
- unless count.nil?
%h4.entry-text#asked-count
= count
- = 'Report'.pluralize(user.asked_count)
+ = 'Report'.pluralize(count)
%br
%br
- else