diff --git a/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js b/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js index 52f4ccf8c1..e44b7397dc 100644 --- a/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js +++ b/common/lib/xmodule/xmodule/js/src/video/09_video_caption.js @@ -759,7 +759,7 @@ self.subtitlesEl.find('.transcript-end') .text(gettext('End of transcript. Skip to the start.')); - self.container.find('.menu-container .control') + self.container.find('.menu-container .language-menu') .attr('aria-label', gettext('Language: Press the UP arrow key to enter the language menu then use UP and DOWN arrow keys to navigate language options. Press ENTER to change to the selected language.')); // jshint ignore:line self.container.find('.menu-container .control .control-text')