replace deprecated tc with t equivalent
This commit is contained in:
parent
1d7c9e17fe
commit
2f7b9fb4ef
12 changed files with 23 additions and 20 deletions
|
|
@ -98,7 +98,7 @@
|
|||
<span
|
||||
class="counter"
|
||||
>
|
||||
{{ $tc('media_modal.counter', currentIndex + 1, { current: currentIndex + 1, total: media.length }) }}
|
||||
{{ $t('media_modal.counter', { current: currentIndex + 1, total: media.length }, currentIndex + 1) }}
|
||||
</span>
|
||||
<span
|
||||
v-if="loading"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue