diff --git a/applications/system/js_app/examples/apps/Scripts/interactive.js b/applications/system/js_app/examples/apps/Scripts/interactive.js index 98473bd89e..95db91153e 100644 --- a/applications/system/js_app/examples/apps/Scripts/interactive.js +++ b/applications/system/js_app/examples/apps/Scripts/interactive.js @@ -8,6 +8,7 @@ let tmp_number = 0; let result = "Run JavaScript Code"; while (dialog.message("Interactive Console", result)) { + keyboard.setHeader("Type JavaScript Code"); let input = keyboard.text(256); if (!input) break;