diff --git a/newIDE/app/src/Utils/GDevelopServices/Tutorial.js b/newIDE/app/src/Utils/GDevelopServices/Tutorial.js index 2979d27a9172..0fc9aa2d8c98 100644 --- a/newIDE/app/src/Utils/GDevelopServices/Tutorial.js +++ b/newIDE/app/src/Utils/GDevelopServices/Tutorial.js @@ -128,7 +128,7 @@ export const getInstructionTutorialIds = (type: string): Array => { case 'ToggleSceneVariableAsBoolean': case 'SetBooleanObjectVariable': case 'SetBooleanVariable': - return ['iIntermediate-toggle-states-with-variable']; + return ['intermediate-toggle-states-with-variable']; case 'Scene': case 'PushScene': case 'PopScene':