soiz1 commited on
Commit
081f9e1
·
verified ·
1 Parent(s): d66f32b

Update src/playground/render-interface.jsx

Browse files
src/playground/render-interface.jsx CHANGED
@@ -273,9 +273,9 @@ class Interface extends React.Component {
273
  }
274
  handleUpdateProjectTitle (title, isDefault) {
275
  if (isDefault || !title) {
276
- document.title = `PenguinMod - ${this.props.intl.formatMessage(messages.defaultTitle)}`;
277
  } else {
278
- document.title = `${title} - PenguinMod`;
279
  }
280
  }
281
  copyProjectLink (id) {
 
273
  }
274
  handleUpdateProjectTitle (title, isDefault) {
275
  if (isDefault || !title) {
276
+ document.title = `ScratchForSchool - ${this.props.intl.formatMessage(messages.defaultTitle)}`;
277
  } else {
278
+ document.title = `${title} - ScratchForSchool`;
279
  }
280
  }
281
  copyProjectLink (id) {