Fix poll duration i18n

This commit is contained in:
Tusooa Zhu 2022-07-24 23:32:58 -04:00 committed by eris
parent 5b95f182c5
commit acdfa056d1

View file

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