diff --git a/package.json b/package.json
index 1efc3b84fd8..80ed95b5aae 100644
--- a/package.json
+++ b/package.json
@@ -1456,7 +1456,8 @@
                 {
                     "command": "jupyter.runFileInteractive",
                     "group": "jupyter",
-                    "when": "resourceLangId == python && !isInDiffEditor && !notebookEditorFocused && isWorkspaceTrusted"
+                    "title": "%jupyter.command.jupyter.runFileInteractive.title%",
+                    "when": "resourceLangId == python && !isInDiffEditor && isWorkspaceTrusted"
                 }
             ]
         },