logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 1a63f439e3eea62c43e931d23cc7e1f54e252232
parent 075d48b7f7431dd38f8430de2bfbdad72bfe8240
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Sun, 24 Jul 2022 23:32:58 -0400

Fix poll duration i18n

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>