mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-21 01:11:21 +08:00
Update the copyright date to 2023 in the about dialog (#6679)
This commit is contained in:
parent
98b04bea69
commit
7b56452c01
@ -149,7 +149,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
|
||||
</span>
|
||||
);
|
||||
const version = trans.__('Version: %1', app.version);
|
||||
const copyright = trans.__('© 2021-2022 Jupyter Notebook Contributors');
|
||||
const copyright = trans.__('© 2021-2023 Jupyter Notebook Contributors');
|
||||
const body = (
|
||||
<>
|
||||
<span className="jp-AboutNotebook-version">{version}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user