Browse Source

Updating command names

Jenna Landy 6 years ago
parent
commit
71eb1f759b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/shortcuts-extension/schema/plugin.json

+ 2 - 2
packages/shortcuts-extension/schema/plugin.json

@@ -89,7 +89,7 @@
         "selector": {
           "default": ".jp-CodeConsole-promptCell .jp-mod-completer-enabled"
         },
-        "title": { "default": "Invoke Completion" },
+        "title": { "default": "Invoke Console Completion" },
         "category": { "default": "Completer" }
       },
       "type": "object"
@@ -102,7 +102,7 @@
         "selector": {
           "default": ".jp-Notebook.jp-mod-editMode .jp-mod-completer-enabled"
         },
-        "title": { "default": "Invoke Completion" },
+        "title": { "default": "Invoke Notebook Completion" },
         "category": { "default": "Completer" }
       },
       "type": "object"