Skip to content

Commit

Permalink
a11yLabel -> a11yName, see phetsims/joist#883
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Nov 28, 2022
1 parent d85eb40 commit d8a98ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/ThermometerAndReadout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class ThermometerAndReadout extends Node {
value: propertyValue,
node: new NumberDisplay( property, propertyRange, numberDisplayOptions ),
tandemName: tandemName,
a11yLabel: TemperatureDescriber.getTemperatureUnitsString( propertyValue )
a11yName: TemperatureDescriber.getTemperatureUnitsString( propertyValue )
};
}

Expand Down

0 comments on commit d8a98ee

Please sign in to comment.