diff --git a/js/concentration/view/SoluteFormRadioButtonGroup.ts b/js/concentration/view/SoluteFormRadioButtonGroup.ts index 59243432..0fd73522 100644 --- a/js/concentration/view/SoluteFormRadioButtonGroup.ts +++ b/js/concentration/view/SoluteFormRadioButtonGroup.ts @@ -76,7 +76,7 @@ function createRadioButtonLabel( text: TReadOnlyProperty, image: HTMLIma font: new PhetFont( 22 ), fill: 'black', maxWidth: 100, - tandem: radioButtonTandem.createTandem( 'labelText' ), + tandem: radioButtonTandem.createTandem( 'text' ), phetioVisiblePropertyInstrumented: false } ), new Image( image )