From 879992eb33779710aa2a6a5c65920c7ae887436b Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 5 Dec 2022 13:49:58 -0500 Subject: [PATCH] Change "current song" hotkey English label --- ui/src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/i18n/en.json b/ui/src/i18n/en.json index 688729166..e49f7cb51 100644 --- a/ui/src/i18n/en.json +++ b/ui/src/i18n/en.json @@ -393,7 +393,7 @@ "toggle_play": "Play / Pause", "prev_song": "Previous Song", "next_song": "Next Song", - "current_song": "Current Song", + "current_song": "Go to Current Song", "vol_up": "Volume Up", "vol_down": "Volume Down", "toggle_love": "Add this track to favourites"