diff --git a/app/views/admin/stats/show.html.erb b/app/views/admin/stats/show.html.erb index 137f3ce81..5df7b5df2 100644 --- a/app/views/admin/stats/show.html.erb +++ b/app/views/admin/stats/show.html.erb @@ -20,29 +20,29 @@
- <%= t "admin.stats.show.summary.visits" %>
+ <%= t "admin.stats.show.summary.visits" %>
<%= number_with_delimiter(@visits) %>
- <%= t "admin.stats.show.summary.debates" %>
+ <%= t "admin.stats.show.summary.debates" %>
<%= number_with_delimiter(@debates) %>
- <%= t "admin.stats.show.summary.proposals" %>
+ <%= t "admin.stats.show.summary.proposals" %>
<%= number_with_delimiter(@proposals) %>
- <%= t "admin.stats.show.summary.comments" %>
+ <%= t "admin.stats.show.summary.comments" %>
<%= number_with_delimiter(@comments) %>
- <%= t "admin.stats.show.summary.budgets" %>
+ <%= t "admin.stats.show.summary.budgets" %>
<%= number_with_delimiter(@budgets) %>
- <%= t "admin.stats.show.summary.budget_investments" %>
+ <%= t "admin.stats.show.summary.budget_investments" %>
<%= number_with_delimiter(@investments) %>
- <%= t "admin.stats.show.summary.proposal_votes" %>
- <%= number_with_delimiter(@proposal_votes) %>
+ <%= t "admin.stats.show.summary.proposal_votes" %>
+ <%= number_with_delimiter(@proposal_votes) %>
- <%= t "admin.stats.show.summary.debate_votes" %>
+ <%= t "admin.stats.show.summary.debate_votes" %>
<%= number_with_delimiter(@debate_votes) %>
- <%= t "admin.stats.show.summary.comment_votes" %>
+ <%= t "admin.stats.show.summary.comment_votes" %>
<%= number_with_delimiter(@comment_votes) %>
- <%= t "admin.stats.show.summary.votes" %>
+ <%= t "admin.stats.show.summary.votes" %>
<%= number_with_delimiter(@votes) %>
- <%= t "admin.stats.show.summary.verified_users" %>
+ <%= t "admin.stats.show.summary.verified_users" %>
<%= number_with_delimiter(@verified_users) %>
- <%= t "admin.stats.show.summary.unverified_users" %>
+ <%= t "admin.stats.show.summary.unverified_users" %>
<%= number_with_delimiter(@unverified_users) %>
- <%= t "admin.stats.show.summary.users" %>
+ <%= t "admin.stats.show.summary.users" %>
<%= number_with_delimiter(@users) %>
- <%= t "admin.stats.show.summary.user_level_two" %>
+ <%= t "admin.stats.show.summary.user_level_two" %>
<%= number_with_delimiter(@user_level_two) %>
- <%= t "admin.stats.show.summary.user_level_three" %>
+ <%= t "admin.stats.show.summary.user_level_three" %>
<%= number_with_delimiter(@user_level_three) %>
- <%= t "admin.stats.show.summary.verified_users_who_didnt_vote_proposals" %>
+ <%= t "admin.stats.show.summary.verified_users_who_didnt_vote_proposals" %>
<%=number_with_delimiter(@user_ids_who_didnt_vote_proposals)%>
@@ -109,7 +109,7 @@
<% if feature?(:spending_proposals) %>
- <%= t "admin.stats.show.summary.spending_proposals" %>
+ <%= t "admin.stats.show.summary.spending_proposals" %>
<%= number_with_delimiter(@spending_proposals) %>