aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2022-07-27 22:38:41 +0000
committertusooa <tusooa@kazv.moe>2022-07-27 22:38:41 +0000
commitba722f3f3d5e09ccd756d4362e7fe714d4a31a51 (patch)
tree2200202ca337a05a205d51a97c3af524dd1229e6 /src
parent05d46747a746241cbfd4daa82f82676a581ad002 (diff)
parent1a63f439e3eea62c43e931d23cc7e1f54e252232 (diff)
Merge branch 'from/develop/tusooa/fix-poll-duration-i18n' into 'develop'
Fix poll duration i18n See merge request pleroma/pleroma-fe!1565
Diffstat (limited to 'src')
-rw-r--r--src/components/poll/poll_form.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue
index f269d60e..146754db 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`, ['']) }}
+ {{ $tc(`time.unit.${unit}_short`, expiryAmount, ['']) }}
</option>
</Select>
</div>