logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: ba722f3f3d5e09ccd756d4362e7fe714d4a31a51
parent 05d46747a746241cbfd4daa82f82676a581ad002
Author: tusooa <tusooa@kazv.moe>
Date:   Wed, 27 Jul 2022 22:38:41 +0000

Merge branch 'from/develop/tusooa/fix-poll-duration-i18n' into 'develop'

Fix poll duration i18n

See merge request pleroma/pleroma-fe!1565

Diffstat:

Msrc/components/poll/poll_form.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue @@ -84,7 +84,7 @@ :key="unit" :value="unit" > - {{ $t(`time.${unit}_short`, ['']) }} + {{ $tc(`time.unit.${unit}_short`, expiryAmount, ['']) }} </option> </Select> </div>