From eab5236cde285d9ad689fbc335ebcc7ab0a14bfa Mon Sep 17 00:00:00 2001 From: samreid Date: Mon, 25 Feb 2019 11:28:23 -0700 Subject: [PATCH] Use TM instead of R, see https://github.com/phetsims/brand/issues/35 --- phet/js/Brand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phet/js/Brand.js b/phet/js/Brand.js index b6cd9b0..1bd641b 100644 --- a/phet/js/Brand.js +++ b/phet/js/Brand.js @@ -15,7 +15,7 @@ define( function( require ) { // Documentation for all properties is available in brand/adapted-from-phet/js/Brand.js var Brand = { id: 'phet', - name: 'PhET\u00ae Interactive Simulations', // no i18n + name: 'PhET\u2122 Interactive Simulations', // no i18n copyright: 'Copyright © 2002-{{year}} University of Colorado Boulder', // no i18n isPhetApp: phet.chipper.queryParameters[ 'phet-app' ] || phet.chipper.queryParameters[ 'phet-android-app' ], getLinks: function( simName, locale ) {