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') }} </button> <div class="total"> - <template v-if="poll.multiple"> + <template v-if="poll.voters_count"> {{ $tc("polls.people_voted_count", poll.voters_count, { count: poll.voters_count }) }} ยท </template> <template v-else>