Skip to content

Commit 6e645fb

Browse files
Update packages/labextension/src/index.ts
Co-authored-by: Michał Krassowski <[email protected]>
1 parent ca02ae4 commit 6e645fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/labextension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const extension: JupyterFrontEndPlugin<void> = {
4848
}
4949

5050
const { commands, shell } = app;
51-
const category = 'Kernel Resource';
51+
const category = trans.__('Kernel Resource');
5252

5353
let panel: KernelUsagePanel | null = null;
5454

0 commit comments

Comments
 (0)