forked from mirrors/akkoma-fe
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
1506b97e35
commit
13ff99881b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
{{ $t('polls.vote') }}
|
{{ $t('polls.vote') }}
|
||||||
</button>
|
</button>
|
||||||
<div class="total">
|
<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 }) }} ·
|
{{ $tc("polls.people_voted_count", poll.voters_count, { count: poll.voters_count }) }} ·
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
|
Loading…
Reference in a new issue