diff --git a/js/PhScaleBasicsStrings.ts b/js/PhScaleBasicsStrings.ts index c8c52a5..1787ef0 100644 --- a/js/PhScaleBasicsStrings.ts +++ b/js/PhScaleBasicsStrings.ts @@ -14,8 +14,8 @@ type StringsType = { } }; -const phScaleBasicsStrings = getStringModule( 'PH_SCALE_BASICS' ) as StringsType; +const PhScaleBasicsStrings = getStringModule( 'PH_SCALE_BASICS' ) as StringsType; -phScaleBasics.register( 'phScaleBasicsStrings', phScaleBasicsStrings ); +phScaleBasics.register( 'PhScaleBasicsStrings', PhScaleBasicsStrings ); -export default phScaleBasicsStrings; +export default PhScaleBasicsStrings; diff --git a/js/ph-scale-basics-main.ts b/js/ph-scale-basics-main.ts index c782387..8b8bfc2 100644 --- a/js/ph-scale-basics-main.ts +++ b/js/ph-scale-basics-main.ts @@ -12,7 +12,7 @@ import PHScaleConstants from '../../ph-scale/js/common/PHScaleConstants.js'; import PHScaleQueryParameters from '../../ph-scale/js/common/PHScaleQueryParameters.js'; import MacroScreen from '../../ph-scale/js/macro/MacroScreen.js'; import Tandem from '../../tandem/js/Tandem.js'; -import phScaleBasicsStrings from './phScaleBasicsStrings.js'; +import PhScaleBasicsStrings from './PhScaleBasicsStrings.js'; // If autofill query parameter was not in the URL, change the default. if ( !QueryStringMachine.containsKey( 'autofill' ) ) { @@ -27,7 +27,7 @@ simLauncher.launch( () => { } ) ]; - const sim = new Sim( phScaleBasicsStrings[ 'ph-scale-basics' ].titleStringProperty, screens, { + const sim = new Sim( PhScaleBasicsStrings[ 'ph-scale-basics' ].titleStringProperty, screens, { credits: PHScaleConstants.CREDITS, // phet-io options