add t/strings for statusbar>add to playlist

This commit is contained in:
vrifox 2023-07-18 17:56:49 +02:00
parent fb716f88ea
commit a51150729e
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
3 changed files with 5 additions and 3 deletions

View file

@ -280,7 +280,7 @@ async function Like() {
<button
id="addToPlaylist"
title="Add Current Song to a Playlist"
:title="t('statusBar.add_current_to_playlist')"
aria-label="Add Current Song to a Playlist"
class="bi bi-collection clickable"
@click="List"></button>