ソースを参照

Update wording on setting

Jason Grout 5 年 前
コミット
d92e301a78
1 ファイル変更2 行追加2 行削除
  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
     }