Skip to content

Commit 501cb9f

Browse files
Update ellipsis
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
1 parent f0583c6 commit 501cb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notebook-extension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const openTreeTab: JupyterFrontEndPlugin<void> = {
198198

199199
const id = 'notebook:open-tree-tab';
200200
commands.addCommand(id, {
201-
label: trans.__('Open...'),
201+
label: trans.__('Open'),
202202
execute: async () => {
203203
const url = URLExt.join(PageConfig.getBaseUrl(), 'tree');
204204
window.open(url);

0 commit comments

Comments
 (0)