From 02ab803725e42a749c6c8f564e8093df70e97fc7 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Wed, 20 Jan 2021 17:36:40 +0200 Subject: change a few more buttons to real buttons --- src/components/poll/poll_form.vue | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) (limited to 'src/components/poll') diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue index 31f204a0..09496105 100644 --- a/src/components/poll/poll_form.vue +++ b/src/components/poll/poll_form.vue @@ -21,20 +21,17 @@ @keydown.enter.stop.prevent="nextOption(index)" > -
- -
+ + - {{ $t("polls.add_option") }} - +
Date: Tue, 9 Feb 2021 16:32:33 +0300 Subject: 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(-) (limited to 'src/components/poll') diff --git a/CHANGELOG.md b/CHANGELOG.md index 588348a0..965b538b 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 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') 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') }}
-