mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
add missing aria-label translations
This commit is contained in:
parent
ae16193601
commit
51b819f77f
1 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ 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="
|
@click="
|
||||||
player.toggle('add');
|
player.toggle('add');
|
||||||
|
@ -216,7 +216,7 @@ async function Like() {
|
||||||
<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