forked from AkkomaGang/akkoma-fe
Make media modal counter go through i18n
This commit is contained in:
parent
9bc7d99e16
commit
1b32bb9c51
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue