Skip to content

Commit

Permalink
fix(FEC-13949): a11y labels on volume control
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche-kaltura committed May 27, 2024
1 parent 72575ae commit 3448ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/volume/volume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class Volume extends Component<any, any> {
<Button
tabIndex="0"
aria-live="polite"
aria-label={this.props.volumeLabel}
aria-label={`${this.props.volumeLabel}. ${this.props.sliderAriaLabel}`}
className={style.controlButton}
onMouseUp={this.toggleMute}
onTouchEnd={this.onTouchEnd}
Expand Down

0 comments on commit 3448ca0

Please sign in to comment.