Skip to content

Commit

Permalink
fix incorrect units label, see #220
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jul 22, 2024
1 parent 22679bd commit b6f74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/resistance-in-a-wire/view/ControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class ControlPanel extends Panel {
ResistanceInAWireConstants.RESISTIVITY_RANGE,
symbolResistivityStringProperty,
resistivityString,
StringUtils.format( pattern0ResistanceUnits1LengthUnitsString, symbolOhmsStringProperty, cmString ),
StringUtils.format( pattern0ResistanceUnits1LengthUnitsString, symbolOhmsStringProperty.value, cmString ),
resistivitySliderLabelString,
tandem.createTandem( 'resistivitySlider' ), {
startDrag: () => {
Expand Down

0 comments on commit b6f74a6

Please sign in to comment.