1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

@avreg fixed notSupportedMessage saying video when meaning media

This commit is contained in:
Andrey Nikitin 2016-03-29 16:28:47 -04:00 committed by Gary Katsevman
parent 4cf2cc72b5
commit b2d0e10dbd
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ CHANGELOG
## HEAD (Unreleased)
* @llun fixed menus from throwing when focused when empty ([view](https://github.com/videojs/video.js/pull/3218))
* @mister-ben added dir=ltr to control bar and loading spinner ([view](https://github.com/videojs/video.js/pull/3221))
* @avreg fixed notSupportedMessage saying video when meaning media ([view](https://github.com/videojs/video.js/pull/3222))
--------------------

View File

@ -2769,7 +2769,7 @@ Player.prototype.options_ = {
languages: {},
// Default message to show when a video cannot be played.
notSupportedMessage: 'No compatible source was found for this video.'
notSupportedMessage: 'No compatible source was found for this media.'
};
/**