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 98b04be commit 7b56452Copy full SHA for 7b56452
packages/help-extension/src/index.tsx
@@ -149,7 +149,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
149
</span>
150
);
151
const version = trans.__('Version: %1', app.version);
152
- const copyright = trans.__('© 2021-2022 Jupyter Notebook Contributors');
+ const copyright = trans.__('© 2021-2023 Jupyter Notebook Contributors');
153
const body = (
154
<>
155
<span className="jp-AboutNotebook-version">{version}</span>
0 commit comments