1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-17 09:07:19 +08:00

fix time units

This commit is contained in:
FloatingGhost 2022-07-23 13:40:52 +01:00
parent 12d7e4ea24
commit 4d2cf83452

View file

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