Merge pull request 'fix time units in poll form' (#56) from poll-times into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/56
This commit is contained in:
floatingghost 2022-07-23 12:47:08 +00:00
commit c8b2bf96be

View file

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