Skip to content

Commit 7b56452

Browse files
authored
Update the copyright date to 2023 in the about dialog (#6679)
1 parent 98b04be commit 7b56452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/help-extension/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
149149
</span>
150150
);
151151
const version = trans.__('Version: %1', app.version);
152-
const copyright = trans.__('© 2021-2022 Jupyter Notebook Contributors');
152+
const copyright = trans.__('© 2021-2023 Jupyter Notebook Contributors');
153153
const body = (
154154
<>
155155
<span className="jp-AboutNotebook-version">{version}</span>

0 commit comments

Comments
 (0)