Remove unrelated text

The number refers to the total number of participants, and not the total
number of votes.
This commit is contained in:
Javi Martín
2019-02-27 18:09:45 +01:00
parent bc056d907e
commit 7362b8233a

View File

@@ -6,7 +6,7 @@
<%= number_with_info_tags(
stats[:total_participants],
t("polls.show.stats.total_votes"),
"",
html_class: "participants total-participants"
) %>
</div>