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 ++++++- src/i18n/en.json | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src') 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") }} ·  + +