소스 검색

Backport PR #12474: Update copyright date to 2022 in the about dialog (#12475)

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
MeeseeksMachine 3 년 전
부모
커밋
e039e72a74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/help-extension/src/index.tsx

+ 1 - 1
packages/help-extension/src/index.tsx

@@ -135,7 +135,7 @@ const about: JupyterFrontEndPlugin<void> = {
         );
         const copyright = (
           <span className="jp-About-copyright">
-            {trans.__('© 2015-2021 Project Jupyter Contributors')}
+            {trans.__('© 2015-2022 Project Jupyter Contributors')}
           </span>
         );
         const body = (