Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix notSupportedMessage typo, please. #3220

Closed
avreg opened this issue Mar 29, 2016 · 4 comments
Closed

Fix notSupportedMessage typo, please. #3220

avreg opened this issue Mar 29, 2016 · 4 comments

Comments

@avreg
Copy link
Contributor

avreg commented Mar 29, 2016

s/video/media/

$ 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.'
 };
@gkatsev
Copy link
Member

gkatsev commented Mar 29, 2016

Thanks. Can you submit a PR against the stable branch for this? It would make it a lot easier for us to merge it in.

@avreg
Copy link
Contributor Author

avreg commented Mar 29, 2016

Done, #3222.

@gkatsev
Copy link
Member

gkatsev commented Mar 29, 2016

Thanks.

@gkatsev
Copy link
Member

gkatsev commented Mar 30, 2016

Fixed via #3222.

@gkatsev gkatsev closed this as completed Mar 30, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants