Skip to content

Commit

Permalink
support for dynamic locale, phetsims/ph-scale#239
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 30, 2022
1 parent 0bab0be commit 3a27caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ph-scale-basics-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ simLauncher.launch( () => {
new MacroScreen( Tandem.ROOT.createTandem( 'macroScreen' ) )
];

const sim = new Sim( phScaleBasicsStrings[ 'ph-scale-basics' ].title, screens, {
const sim = new Sim( phScaleBasicsStrings[ 'ph-scale-basics' ].titleStringProperty, screens, {
credits: PHScaleConstants.CREDITS,

// phet-io options
Expand Down

0 comments on commit 3a27caa

Please sign in to comment.