aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll_form.vue
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2022-07-31 23:00:53 +0000
committerWeblate <noreply@weblate.org>2022-07-31 23:00:53 +0000
commit71d9bbb56bf0927ce29e926e6e717c5ac8304f20 (patch)
tree9093fda29c7b5f27cd74d38aba42f40ca0966daf /src/components/poll/poll_form.vue
parente0aeab04b8c1c296d2e16943f7333e05f5b2450b (diff)
parent33ad712852088f8b99a82ec561733d41d63b0034 (diff)
Merge remote-tracking branch 'origin/develop' into develop
Diffstat (limited to 'src/components/poll/poll_form.vue')
-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>