We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca02ae4 commit 6e645fbCopy full SHA for 6e645fb
packages/labextension/src/index.ts
@@ -48,7 +48,7 @@ const extension: JupyterFrontEndPlugin<void> = {
48
}
49
50
const { commands, shell } = app;
51
- const category = 'Kernel Resource';
+ const category = trans.__('Kernel Resource');
52
53
let panel: KernelUsagePanel | null = null;
54
0 commit comments