From 4d2cf8345279f83d4b60d7b2751a91f1880664dc Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Sat, 23 Jul 2022 13:40:52 +0100 Subject: [PATCH] fix time units --- src/components/poll/poll_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue index f269d60e..b6da1c5f 100644 --- 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`, ['']) }} + {{ $t(`time.unit.${unit}_short`, ['']) }}