Update packages/help-extension/src/index.tsx

Update variable contList to contributorList

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
pull/6592/head
Kostya Farber 4 years ago committed by GitHub
parent 32369b79d8
commit abd8c71b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,7 +127,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
const notebookURL = 'https://github.com/jupyter/notebook';
const contributorURL = 'https://github.com/jupyter/notebook/pulse';
const aboutJupyter = trans.__('JUPYTER NOTEBOOK ON GITHUB');
const contList = trans.__('CONTRIBUTOR LIST');
const contributorList = trans.__('CONTRIBUTOR LIST');
const externalLinks = (
<span>
<a

Loading…
Cancel
Save