Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
1506b97e35
commit
13ff99881b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue