Skip to content

Commit

Permalink
@avreg fixed notSupportedMessage saying video when meaning media
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Nikitin authored and gkatsev committed Mar 29, 2016
1 parent 4cf2cc7 commit b2d0e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
};

/**
Expand Down

0 comments on commit b2d0e10

Please sign in to comment.