diff --git a/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js b/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js index 93301d05cd..d055b85d62 100644 --- a/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js +++ b/common/lib/xmodule/xmodule/js/src/video/02_html5_video.js @@ -164,7 +164,7 @@ function () { this.el = $('#' + el); if (this.el.length === 0) { - errorMessage = gettext('VideoPlayer: Element corresponding to the given selector does not found.'); + errorMessage = gettext('VideoPlayer: Element corresponding to the given selector was not found.'); if (window.console && console.log) { console.log(errorMessage); } else {