mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Fix: Button labels were rubbish
This commit is contained in:
parent
968923eec6
commit
da2d3c3348
1 changed files with 3 additions and 3 deletions
|
|
@ -114,9 +114,9 @@
|
||||||
:repeat-all :is-primary
|
:repeat-all :is-primary
|
||||||
nil))
|
nil))
|
||||||
repeat-title (case repeat-mode
|
repeat-title (case repeat-mode
|
||||||
:repeat-all "Click to repeat current track"
|
:repeat-all "Repeating current queue, click to repeat current track"
|
||||||
:repeat-single "Click to repeat all"
|
:repeat-single "Repeating current track, click to repeat none"
|
||||||
"Click to repeat current track")]
|
"Click to repeat current queue")]
|
||||||
[:div.field.has-addons
|
[:div.field.has-addons
|
||||||
^{:key :shuffle-button} [shuffle-button {:on-click (toggle-shuffle playback-mode)
|
^{:key :shuffle-button} [shuffle-button {:on-click (toggle-shuffle playback-mode)
|
||||||
:title "Shuffle"} [icon :random]]
|
:title "Shuffle"} [icon :random]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue