From 1506b97e35c63f9f6ca685ee1a2b61e4580ac134 Mon Sep 17 00:00:00 2001 From: eugenijm Date: Tue, 9 Feb 2021 16:32:33 +0300 Subject: [PATCH 1/3] Display 'people voted' instead of 'votes' for multi-choice polls --- CHANGELOG.md | 2 ++ src/components/poll/poll.vue | 7 ++++++- src/i18n/en.json | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 588348a0fe..965b538bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Button to remove uploaded media in post status form is now properly placed and sized. - Fixed shoutbox not working in mobile layout +### Changed +- Display 'people voted' instead of 'votes' for multi-choice polls ## [2.2.3] - 2021-01-18 ### Added diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 42819c19fa..f1ae8f9c73 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: [PATCH 2/3] Apply 1 suggestion(s) to 1 file(s) --- src/components/poll/poll.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index f1ae8f9c73..5adcb9c280 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -58,7 +58,7 @@ {{ $t('polls.vote') }}
-