Skip to content

Commit

Permalink
fix(skip-forward): a11y (#8532)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi committed Dec 21, 2023
1 parent d2dc5b9 commit af0fca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/control-bar/skip-buttons/skip-forward.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ class SkipForward extends Button {
}
}

SkipForward.prototype.controlText_ = 'Skip Forward';

Component.registerComponent('SkipForward', SkipForward);

export default SkipForward;

0 comments on commit af0fca3

Please sign in to comment.