We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d8c77 commit a7f2532Copy full SHA for a7f2532
lang/en.json
@@ -85,5 +85,6 @@
85
"End of dialog window.": "End of dialog window.",
86
"{1} is loading.": "{1} is loading.",
87
"Exit Picture-in-Picture": "Exit Picture-in-Picture",
88
- "Picture-in-Picture": "Picture-in-Picture"
+ "Picture-in-Picture": "Picture-in-Picture",
89
+ "No content": "No content"
90
}
src/js/resize-manager.js
@@ -92,7 +92,8 @@ class ResizeManager extends Component {
92
createEl() {
93
return super.createEl('iframe', {
94
className: 'vjs-resize-manager',
95
- tabIndex: -1
+ tabIndex: -1,
96
+ title: this.localize('No content')
97
}, {
98
'aria-hidden': 'true'
99
});
0 commit comments