diff options
| author | tusooa <tusooa@kazv.moe> | 2022-07-27 22:38:41 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-07-27 22:38:41 +0000 |
| commit | ba722f3f3d5e09ccd756d4362e7fe714d4a31a51 (patch) | |
| tree | 2200202ca337a05a205d51a97c3af524dd1229e6 /src | |
| parent | 05d46747a746241cbfd4daa82f82676a581ad002 (diff) | |
| parent | 1a63f439e3eea62c43e931d23cc7e1f54e252232 (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.vue | 2 |
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> |
