forked from AkkomaGang/akkoma-fe
fix time units
This commit is contained in:
parent
12d7e4ea24
commit
4d2cf83452
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
:key="unit"
|
||||
:value="unit"
|
||||
>
|
||||
{{ $t(`time.${unit}_short`, ['']) }}
|
||||
{{ $t(`time.unit.${unit}_short`, ['']) }}
|
||||
</option>
|
||||
</Select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue