Skip to content

Commit

Permalink
Merge pull request #6493 from ibdafna/inspector-rename
Browse files Browse the repository at this point in the history
Rename "Inspector" to "Interactive Help"
  • Loading branch information
blink1073 committed Jun 6, 2019
2 parents 2842940 + 147b34e commit 1d655d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/inspector-extension/src/index.ts
Expand Up @@ -50,8 +50,8 @@ const inspector: JupyterFrontEndPlugin<IInspector> = {
): IInspector => {
const { commands, shell } = app;
const command = CommandIDs.open;
const label = 'Open Inspector';
const title = 'Inspector';
const label = 'Open Interactive Help';
const title = 'Interactive Help';
const namespace = 'inspector';
const tracker = new InstanceTracker<MainAreaWidget<InspectorPanel>>({
namespace
Expand Down

0 comments on commit 1d655d5

Please sign in to comment.