added correct i18n lz for tracks

This commit is contained in:
booploops 2022-04-20 21:47:18 -07:00
parent 26d17be145
commit 747be8849b
2 changed files with 5 additions and 1 deletions

View file

@ -512,6 +512,10 @@
flex-flow: column; flex-flow: column;
height: 100%; height: 100%;
.nav-link {
text-transform:capitalize;
}
.tab-content { .tab-content {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;

View file

@ -145,7 +145,7 @@
<div class="playlist-body scrollbody"> <div class="playlist-body scrollbody">
<b-tabs pills align="center" content-class="mt-3"> <b-tabs pills align="center" content-class="mt-3">
<b-tab title="Tracks"> <b-tab :title="$root.getLz('term.tracks')">
<div class=""> <div class="">
<div style="width:100%"> <div style="width:100%">
<draggable :sort="data.attributes.canEdit && data.type == 'library-playlists'" <draggable :sort="data.attributes.canEdit && data.type == 'library-playlists'"