all the manual fixes
This commit is contained in:
parent
1ec4caa0bb
commit
020c6d1bcf
31 changed files with 74 additions and 57 deletions
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
<i18n :path="expired ? 'polls.expired' : 'polls.expires_in'">
|
||||
<Timeago
|
||||
:time="this.expiresAt"
|
||||
:time="expiresAt"
|
||||
:auto-update="60"
|
||||
:now-threshold="0"
|
||||
/>
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
>
|
||||
<option
|
||||
v-for="unit in expiryUnits"
|
||||
:key="unit"
|
||||
:value="unit"
|
||||
>
|
||||
{{ $t(`time.${unit}_short`, ['']) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue