Parcourir la source

Update copyright to 2021 in the about dialog

Jeremy Tuloup il y a 4 ans
Parent
commit
d15c51503c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = (