diff --git a/webapp/src/app.tsx b/webapp/src/app.tsx index 620ca1cddf89..d2931178c192 100644 --- a/webapp/src/app.tsx +++ b/webapp/src/app.tsx @@ -1966,7 +1966,7 @@ export class ProjectView } else if (!header.tutorial.templateCode || header.tutorial.templateLoaded) { if (header.tutorial.mergeCarryoverCode && header.tutorial.mergeHeaderId) { - console.warn(lf(`Refusing to carry code between tutorials because the loaded tutorial "{0}" does not contain a template code block.`, header.tutorial.tutorial)); + console.warn(lf("Refusing to carry code between tutorials because the loaded tutorial \"{0}\" does not contain a template code block.", header.tutorial.tutorial)); } return; }