Skip to content

Commit

Permalink
tmp: test UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 25, 2023
1 parent 78ad211 commit 07a6a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lab-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const interfaceSwitcher: JupyterFrontEndPlugin<void> = {
};
const menubar = new MenuBar(overflowOptions);
const switcher = new Menu({ commands });
switcher.title.label = trans.__('Open in...');
switcher.title.label = trans.__('TEST...');
switcher.title.icon = caretDownIcon;
menubar.addMenu(switcher);

Expand Down

0 comments on commit 07a6a2a

Please sign in to comment.