Skip to content

Commit

Permalink
capitalize "in" in "Open In..." btn title for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Apr 20, 2023
1 parent e250557 commit 7bd2ca7
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.__('Open In...');
switcher.title.icon = caretDownIcon;
menubar.addMenu(switcher);

Expand Down

0 comments on commit 7bd2ca7

Please sign in to comment.