Skip to content

Commit

Permalink
chore: uvp
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jan 9, 2024
1 parent a8502ba commit 021a0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jupyterlab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const plugin: JupyterFrontEndPlugin<void> = {
});
}
commands.addCommand(command, {
caption: 'Show Datalayer',
label: 'Datalayer',
caption: 'Show Datalayer Core',
label: 'Datalayer Core',
icon,
execute: () => {
const content = new DatalayerWidget(app);
Expand Down

0 comments on commit 021a0c3

Please sign in to comment.