diff --git a/changes/changelog.d/1400.enhancement b/changes/changelog.d/1400.enhancement new file mode 100644 index 000000000..ca2d23e81 --- /dev/null +++ b/changes/changelog.d/1400.enhancement @@ -0,0 +1 @@ +Changin Start Radio to Play Radio (#1400) diff --git a/docs/users/radios.rst b/docs/users/radios.rst index 6b3bf9c43..e31878a88 100644 --- a/docs/users/radios.rst +++ b/docs/users/radios.rst @@ -40,7 +40,7 @@ Listening to a Radio To start listening to a radio: - Navigate to ``https://your-instance/library/radios`` or click "Browse Library" and select "Radios" along the top of the screen -- Find the radio you want to listen to and click on "Start radio" +- Find the radio you want to listen to and click on "Play radio" - Your queue will be populated with the **currently playing** song and the **next song on the radio** To stop listening to a radio: diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 08e114a43..96c9ba96e 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -25,7 +25,7 @@ {{ labels.playNow }}