Skip to content

Commit

Permalink
support for dynamic locale, phetsims/geometric-optics#441
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Aug 30, 2022
1 parent 9665271 commit 633f746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/geometric-optics-basics-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ simLauncher.launch( () => {
GOPreferences.add2FPointsCheckboxProperty.value = true;
}

const sim = new GOSim( geometricOpticsBasicsStrings[ 'geometric-optics-basics' ].title, {
const sim = new GOSim( geometricOpticsBasicsStrings[ 'geometric-optics-basics' ].titleStringProperty, {
isBasicsVersion: true,
phetioDesigned: true
} );
Expand Down

0 comments on commit 633f746

Please sign in to comment.