Skip to content

Commit

Permalink
remove 'Open ' from contextual help label
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanov committed Jun 21, 2019
1 parent be016fb commit 067f597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inspector-extension/src/index.ts
Expand Up @@ -50,7 +50,7 @@ const inspector: JupyterFrontEndPlugin<IInspector> = {
): IInspector => {
const { commands, shell } = app;
const command = CommandIDs.open;
const label = 'Open Contextual Help';
const label = 'Contextual Help';
const title = 'Contextual Help';
const namespace = 'inspector';
const tracker = new WidgetTracker<MainAreaWidget<InspectorPanel>>({
Expand Down

0 comments on commit 067f597

Please sign in to comment.