Skip to content

Commit

Permalink
AccessiblePeer.LABEL --> LABEL_SIBLING, phetsims/scenery#748 phetsims…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 31, 2018
1 parent 0a10930 commit a77628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ohms-law/view/ControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ define( function( require ) {
} );

content.setAriaLabelledByNode( content );
content.ariaLabelContent = AccessiblePeer.LABEL;
content.ariaLabelContent = AccessiblePeer.LABEL_SIBLING;

Panel.call( this, content, options );
}
Expand Down

0 comments on commit a77628b

Please sign in to comment.