fix misc warnings
This commit is contained in:
parent
f21dc21a83
commit
650e69c336
6 changed files with 9 additions and 9 deletions
|
@ -71,7 +71,7 @@
|
|||
{{ $tc("polls.votes_count", poll.votes_count, { count: poll.votes_count }) }} ·
|
||||
</template>
|
||||
</div>
|
||||
<i18n-t :keypath="expired ? 'polls.expired' : 'polls.expires_in'">
|
||||
<i18n-t scope="global" :keypath="expired ? 'polls.expired' : 'polls.expires_in'">
|
||||
<Timeago
|
||||
:time="expiresAt"
|
||||
:auto-update="60"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue