Skip to content

Commit

Permalink
Merge pull request #6671 from ivanov/context-help
Browse files Browse the repository at this point in the history
rename inspector to 'contextual help'
  • Loading branch information
jasongrout committed Jun 21, 2019
2 parents e2c0c5a + aaca62a commit 6f1021e
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 Interactive Help';
const title = 'Interactive Help';
const label = 'Open Contextual Help';
const title = 'Contextual Help';
const namespace = 'inspector';
const tracker = new WidgetTracker<MainAreaWidget<InspectorPanel>>({
namespace
Expand Down

0 comments on commit 6f1021e

Please sign in to comment.