From 7362b8233a0fa221bc5367798a6099838baf50a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 27 Feb 2019 18:09:45 +0100 Subject: [PATCH] Remove unrelated text The number refers to the total number of participants, and not the total number of votes. --- app/views/shared/stats/_participation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/stats/_participation.html.erb b/app/views/shared/stats/_participation.html.erb index ed9119f2a..eec1b6ba7 100644 --- a/app/views/shared/stats/_participation.html.erb +++ b/app/views/shared/stats/_participation.html.erb @@ -6,7 +6,7 @@ <%= number_with_info_tags( stats[:total_participants], - t("polls.show.stats.total_votes"), + "", html_class: "participants total-participants" ) %>