Merge pull request 'Fix poll duration i18n' (#77) from norm/pleroma-fe:fix-poll-duration-i18n into develop
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: AkkomaGang/pleroma-fe#77
This commit is contained in:
floatingghost 2022-07-29 09:13:16 +00:00
commit 7e9273aa91
1 changed files with 1 additions and 1 deletions

View File

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