We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc01503 commit 902bed1Copy full SHA for 902bed1
packages/lab-extension/src/index.ts
@@ -79,7 +79,7 @@ const interfaceSwitcher: JupyterFrontEndPlugin<void> = {
79
};
80
const menubar = new MenuBar(overflowOptions);
81
const switcher = new Menu({ commands });
82
- switcher.title.label = trans.__('Open in...');
+ switcher.title.label = trans.__('Open In...');
83
switcher.title.icon = caretDownIcon;
84
menubar.addMenu(switcher);
85
0 commit comments