diff --git a/js/Sim.js b/js/Sim.js index b678c62e..6e639c0f 100644 --- a/js/Sim.js +++ b/js/Sim.js @@ -127,7 +127,7 @@ function Sim( name, allSimScreens, options ) { // @public {Property.} (joist-internal) this.simNameProperty = new StringProperty( name, { - tandem: Tandem.GENERAL_VIEW.createTandem( 'simNameProperty' ), + tandem: Tandem.GENERAL_MODEL.createTandem( 'simNameProperty' ), phetioFeatured: true, phetioDocumentation: 'The name of the sim. Changing this value will update the title text on the navigation bar ' + 'and the title text on the home screen, if it exists.'