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:
parent
4cf2cc72b5
commit
b2d0e10dbd
@ -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))
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -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.'
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user