diff --git a/app/views/post_disapprovals/_counts.html.erb b/app/views/post_disapprovals/_counts.html.erb index f7771f1c7..8aac0f717 100644 --- a/app/views/post_disapprovals/_counts.html.erb +++ b/app/views/post_disapprovals/_counts.html.erb @@ -1,6 +1,6 @@ <% if (CurrentUser.can_approve_posts? || post.created_at < 3.days.ago) && disapprovals.length > 0 %>

- It has been reviewed by <%= pluralize disapprovals.length, "moderator" %>. + It has been reviewed by <%= pluralize disapprovals.length, "approver" %>. <% if disapprovals.map(&:reason).grep("breaks_rules").count > 0 %> <%= disapprovals.map(&:reason).grep("breaks_rules").count %> believe it breaks the rules.