Skip to content

Commit

Permalink
rename soluteFormRadioButtonGroup.*RadioButton.labelText to text, #314
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 31, 2023
1 parent a78ec2f commit 5667e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/concentration/view/SoluteFormRadioButtonGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function createRadioButtonLabel( text: TReadOnlyProperty<string>, image: HTMLIma
font: new PhetFont( 22 ),
fill: 'black',
maxWidth: 100,
tandem: radioButtonTandem.createTandem( 'labelText' ),
tandem: radioButtonTandem.createTandem( 'text' ),
phetioVisiblePropertyInstrumented: false
} ),
new Image( image )
Expand Down

0 comments on commit 5667e87

Please sign in to comment.