Skip to content

Commit

Permalink
Use TM instead of R, see #35
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 25, 2019
1 parent df79042 commit eab5236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phet/js/Brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<sup>\u00ae</sup> 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 ) {
Expand Down

0 comments on commit eab5236

Please sign in to comment.