Skip to content

Commit

Permalink
rename accessibleLabel --> labelContent, phetsims/scenery#748
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored and jessegreenberg committed Apr 21, 2021
1 parent 7c2bfd2 commit f0c4521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/photon-absorption/view/EmissionRateControlSliderNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ define( function( require ) {

// a11y
labelTagName: 'label',
accessibleLabel: lightSourceSliderString,
labelContent: lightSourceSliderString,
accessibleDescription: emissionSliderDescriptionString,
prependLabels: true,
numberDecimalPlaces: 1,
Expand Down

0 comments on commit f0c4521

Please sign in to comment.