Quellcode durchsuchen

Merge pull request #10052 from jtpio/2021-copyright

Update copyright to 2021 in the about dialog
Jason Grout vor 4 Jahren
Ursprung
Commit
b527a2c975
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/help-extension/src/index.tsx

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

@@ -341,7 +341,7 @@ function activate(
       );
       const copyright = (
         <span className="jp-About-copyright">
-          {trans.__('© 2015-2020 Project Jupyter Contributors')}
+          {trans.__('© 2015-2021 Project Jupyter Contributors')}
         </span>
       );
       const body = (