You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ diff --git a/src/js/player.js b/src/js/player.js
index 29c421e..61cf6c7 100644
--- a/src/js/player.js
+++ b/src/js/player.js
@@ -2788,7 +2788,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.'
};
The text was updated successfully, but these errors were encountered:
s/video/media/
The text was updated successfully, but these errors were encountered: