fix time units in poll form #56

Merged
floatingghost merged 1 commit from poll-times into develop 2022-07-23 12:47:08 +00:00

View file

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