Skip to content

Commit

Permalink
Update ellipsis
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
martinRenou and krassowski authored May 30, 2024
1 parent f0583c6 commit 501cb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notebook-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const openTreeTab: JupyterFrontEndPlugin<void> = {

const id = 'notebook:open-tree-tab';
commands.addCommand(id, {
label: trans.__('Open...'),
label: trans.__('Open'),
execute: async () => {
const url = URLExt.join(PageConfig.getBaseUrl(), 'tree');
window.open(url);
Expand Down

0 comments on commit 501cb9f

Please sign in to comment.