AC-452 removing unnecessary and incorrect aria-label

This commit is contained in:
Chris Rodriguez
2016-05-03 13:53:35 -04:00
parent b5ab64505a
commit 0723b98283

View File

@@ -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')