From 5667e87d25d564f83ad48f3117c1bb4c22e6e42b Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Mon, 30 Jan 2023 18:14:04 -0700 Subject: [PATCH] rename soluteFormRadioButtonGroup.*RadioButton.labelText to text, https://github.com/phetsims/beers-law-lab/issues/314 --- js/concentration/view/SoluteFormRadioButtonGroup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )