Fix poll duration i18n

This commit is contained in:
Tusooa Zhu 2022-07-24 23:32:58 -04:00
parent 075d48b7f7
commit 1a63f439e3
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
:key="unit"
:value="unit"
>
{{ $t(`time.${unit}_short`, ['']) }}
{{ $tc(`time.unit.${unit}_short`, expiryAmount, ['']) }}
</option>
</Select>
</div>