Skip to content

Commit

Permalink
#6423 change command label
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Jan 30, 2018
1 parent 6f945ba commit 9aa78f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lab/src/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function activate(app: JupyterLab, palette: ICommandPalette, restorer: ILayoutRe
const command: string = 'beakerx:tree';

app.commands.addCommand(command, {
label: 'BeakerX - Tree',
label: 'BeakerX Options',
execute: () => {
if (!widget) {
widget = new BeakerXTreeWidget();
Expand Down

0 comments on commit 9aa78f3

Please sign in to comment.