Browse Source

Update wording on setting

Jason Grout 5 years ago
parent
commit
d92e301a78
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/console-extension/schema/tracker.json

+ 2 - 2
packages/console-extension/schema/tracker.json

@@ -39,8 +39,8 @@
       "default": "notebook"
     },
     "showAllKernelActivity": {
-      "title": "Kernel activity",
-      "description": "Whether the default behavior of console shows all\nkernel activity or default activity.",
+      "title": "Show All Kernel Activity",
+      "description": "Whether the console defaults to showing all\nkernel activity or just kernel activity originating from itself.",
       "type": "boolean",
       "default": false
     }