mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
add missing aria-label translations
This commit is contained in:
parent
a51150729e
commit
86976a1cd5
1 changed files with 2 additions and 2 deletions
|
@ -281,14 +281,14 @@ async function Like() {
|
||||||
<button
|
<button
|
||||||
id="addToPlaylist"
|
id="addToPlaylist"
|
||||||
:title="t('statusBar.add_current_to_playlist')"
|
:title="t('statusBar.add_current_to_playlist')"
|
||||||
aria-label="Add Current Song to a Playlist"
|
:aria-label="t('statusBar.add_current_to_playlist')"
|
||||||
class="bi bi-collection clickable"
|
class="bi bi-collection clickable"
|
||||||
@click="List"></button>
|
@click="List"></button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
id="btn-lyrics"
|
id="btn-lyrics"
|
||||||
:title="t('lyrics.lyrics')"
|
:title="t('lyrics.lyrics')"
|
||||||
aria-label="Lyrics"
|
:aria-label="t('lyrics.lyrics')"
|
||||||
class="bi bi-chat-square-quote clickable"
|
class="bi bi-chat-square-quote clickable"
|
||||||
:data-active="player.state.lyrics"
|
:data-active="player.state.lyrics"
|
||||||
@click="player.toggle('lyrics')"></button>
|
@click="player.toggle('lyrics')"></button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue