diff --git a/teachertool/src/App.tsx b/teachertool/src/App.tsx index 03bddae36b71..dc289b7412cc 100644 --- a/teachertool/src/App.tsx +++ b/teachertool/src/App.tsx @@ -83,7 +83,7 @@ export const App = () => { }, []); async function initColorThemeAsync() { - // We don't currently support switching themes in multiplayer, so just load the default. + // We don't currently support switching themes in code eval, so just load the default. const themeId = pxt.appTarget?.appTheme?.defaultColorTheme; if (themeId) {