Skip to content

Commit

Permalink
require "RadioButton" suffix for for radio buttons, phetsims/sun#615
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 13, 2020
1 parent b770cce commit c7de1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/blackbox/view/ModeRadioButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class ModeRadioButtonGroup extends RadioButtonGroup {

// TODO: i18n
node: new Text( 'Explore', textOptions ),
tandemName: 'investigateCircuitButton'
tandemName: 'investigateCircuitRadioButton'
}, {
value: InteractionMode.TEST,

// TODO: i18n
node: new Text( 'Test', textOptions ),
tandemName: 'buildCircuitButton'
tandemName: 'buildCircuitRadioButton'
} ], {
tandem: tandem.createTandem( 'ModeRadioButtonGroup' ),
baseColor: 'white',
Expand Down

0 comments on commit c7de1dd

Please sign in to comment.