From 1506b97e35c63f9f6ca685ee1a2b61e4580ac134 Mon Sep 17 00:00:00 2001 From: eugenijm Date: Tue, 9 Feb 2021 16:32:33 +0300 Subject: Display 'people voted' instead of 'votes' for multi-choice polls --- src/components/poll/poll.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/components/poll/poll.vue') diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 42819c19..f1ae8f9c 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -58,7 +58,12 @@ {{ $t('polls.vote') }}
- {{ totalVotesCount }} {{ $t("polls.votes") }} ·  + +
Date: Wed, 10 Feb 2021 12:28:39 +0000 Subject: Apply 1 suggestion(s) to 1 file(s) --- src/components/poll/poll.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/poll/poll.vue') diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index f1ae8f9c..5adcb9c2 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -58,7 +58,7 @@ {{ $t('polls.vote') }}
-