1
0
Fork 0
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:
Arne Schlüter 2018-10-14 11:42:50 +02:00
commit da2d3c3348

View file

@ -114,9 +114,9 @@
:repeat-all :is-primary
nil))
repeat-title (case repeat-mode
:repeat-all "Click to repeat current track"
:repeat-single "Click to repeat all"
"Click to repeat current track")]
:repeat-all "Repeating current queue, click to repeat current track"
:repeat-single "Repeating current track, click to repeat none"
"Click to repeat current queue")]
[:div.field.has-addons
^{:key :shuffle-button} [shuffle-button {:on-click (toggle-shuffle playback-mode)
:title "Shuffle"} [icon :random]]