diff --git a/src/components/Playlists.vue b/src/components/Playlists.vue index 243b093..922667a 100644 --- a/src/components/Playlists.vue +++ b/src/components/Playlists.vue @@ -44,7 +44,7 @@ onMounted(() => { { data.state.urls = useShuffle(data.state.urls); @@ -53,8 +53,8 @@ onMounted(() => { "> { let urls = data.state.urls.map(i => ({ @@ -69,7 +69,7 @@ onMounted(() => { { + :aria-label="t('playlist.save')"> { })), ) " - :aria-label="t('playlist.add_album_to_playlist')"> + :aria-label="t('queue.add')"> { v-if="plId" class="bi bi-trash3 clickable" @click="removePlaylist" - :aria-label="t('action.remove_playlist')"> + :aria-label="t('playlist.remove')"> diff --git a/src/components/SongItem.vue b/src/components/SongItem.vue index 9fd42b5..3286dec 100644 --- a/src/components/SongItem.vue +++ b/src/components/SongItem.vue @@ -145,15 +145,15 @@ const openSong = el => { { @click="$emit('nxt-song')">