Skip to content

Commit af0fca3

Browse files
authored
fix(skip-forward): a11y (videojs#8532)
1 parent d2dc5b9 commit af0fca3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/control-bar/skip-buttons/skip-forward.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ class SkipForward extends Button {
7373
}
7474
}
7575

76+
SkipForward.prototype.controlText_ = 'Skip Forward';
77+
7678
Component.registerComponent('SkipForward', SkipForward);
7779

7880
export default SkipForward;

0 commit comments

Comments
 (0)