[web] Streamline names of translation keys

This commit is contained in:
Alain Nussbaumer
2024-03-26 09:20:48 +01:00
parent 545b1d8dee
commit feaa14b76a
5 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
<p v-if="!item.folder">
<span
class="heading"
v-text="$t('dialog.playlist.track-count')"
v-text="$t('dialog.playlist.tracks')"
/>
<span class="title is-6" v-text="item.item_count" />
</p>