updated the term/action confusion

This commit is contained in:
Onur Gümüş 2022-01-30 14:33:05 +03:00
parent 8d1663e4e4
commit 7bade02895

View file

@ -157,7 +157,7 @@
</div>
<template v-if="(data.attributes?.playParams?.kind ?? data.type ?? '').includes('album') && data.relationships.catalog != null && data.relationships.catalog != null && data.relationships.catalog.data.length > 0">
<div class="playlist-time showExtended item-navigate" style="color:#fa586a; font-weight: bold" @click="app.routeView(data.relationships.catalog.data[0])">
{{$root.getLz("term.showAlbum")}}
{{$root.getLz("action.showAlbum")}}
</div>
</template>
<hr>