Commit 71b816c300eb24f9306967be60a9c8eef6785830
1 parent
0ab99b38
Exists in
master
and in
29 other branches
Fixed message explaining cell on spaminator report
(ActionItem3151)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/spaminator/views/spaminator_plugin_admin/reports.html.erb
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | <td title='<%= _('Comments from spammers / number of comments verified') %>'><%= "#{report.spams_by_no_network} / #{report.processed_comments}" %></td> | 21 | <td title='<%= _('Comments from spammers / number of comments verified') %>'><%= "#{report.spams_by_no_network} / #{report.processed_comments}" %></td> |
22 | <td title='<%= _('Spam comments / total number of comments') %>'><%= "#{report.spams} / #{report.total_comments}" %></td> | 22 | <td title='<%= _('Spam comments / total number of comments') %>'><%= "#{report.spams} / #{report.total_comments}" %></td> |
23 | <td title='<%= _('People with more than 2 spam comments / number of people verified') %>'><%= "#{report.spammers_by_comments} / #{report.processed_people}" %></td> | 23 | <td title='<%= _('People with more than 2 spam comments / number of people verified') %>'><%= "#{report.spammers_by_comments} / #{report.processed_people}" %></td> |
24 | - <td title='<%= _('People who signed up more than one month ago, have no network / number of comments verified') %>'><%= "#{report.spammers_by_no_network} / #{report.processed_people}" %></td> | 24 | + <td title='<%= _('People who signed up more than one month ago, have no network / number of people verified') %>'><%= "#{report.spammers_by_no_network} / #{report.processed_people}" %></td> |
25 | <td title='<%= _('Spammers / total number of people') %>'><%= "#{report.spammers} / #{report.total_people}" %></td> | 25 | <td title='<%= _('Spammers / total number of people') %>'><%= "#{report.spammers} / #{report.total_people}" %></td> |
26 | </tr> | 26 | </tr> |
27 | <% end %> | 27 | <% end %> |