Make media modal counter go through i18n

This commit is contained in:
Tusooa Zhu 2022-02-21 10:33:47 -05:00
parent 9bc7d99e16
commit 1b32bb9c51
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<span
class="counter"
>
{{ currentIndex + 1 }} / {{ media.length }}
{{ $tc('media_modal.counter', currentIndex + 1, { current: currentIndex + 1, total: media.length }) }}
</span>
<span
v-if="loading"