diff --git a/curriculum/challenges/english/25-front-end-development/workshop-music-player/6752edba757ff96404faf9e9.md b/curriculum/challenges/english/25-front-end-development/workshop-music-player/6752edba757ff96404faf9e9.md index b272cec4634..753f813a10e 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-music-player/6752edba757ff96404faf9e9.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-music-player/6752edba757ff96404faf9e9.md @@ -27,7 +27,7 @@ setPlayButtonAccessibleText(); assert.equal(playButton.getAttribute("aria-label"), "Play Cruising for a Musing"); ``` - When `userData.currentSong` is `null`, `setPlayButtonAccessibleText` should set the `aria-label` attribute of the play button to `Play` followed by a space and title of the first song in your playlist. + When `userData.currentSong` is `null`, `setPlayButtonAccessibleText` should set the `aria-label` attribute of the play button to `Play`. ```js userData.currentSong = null;