We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32369b7 commit abd8c71Copy full SHA for abd8c71
packages/help-extension/src/index.tsx
@@ -127,7 +127,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
127
const notebookURL = 'https://github.com/jupyter/notebook';
128
const contributorURL = 'https://github.com/jupyter/notebook/pulse';
129
const aboutJupyter = trans.__('JUPYTER NOTEBOOK ON GITHUB');
130
- const contList = trans.__('CONTRIBUTOR LIST');
+ const contributorList = trans.__('CONTRIBUTOR LIST');
131
const externalLinks = (
132
<span>
133
<a
0 commit comments