diff --git a/flutter/lib/desktop/pages/desktop_setting_page.dart b/flutter/lib/desktop/pages/desktop_setting_page.dart index 1abea9f5e..ef21d4ef2 100644 --- a/flutter/lib/desktop/pages/desktop_setting_page.dart +++ b/flutter/lib/desktop/pages/desktop_setting_page.dart @@ -1622,7 +1622,7 @@ class _AboutState extends State<_About> { crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( - 'Copyright © 2023 Purslane Ltd.\n$license', + 'Copyright © ${DateTime.now().toString().substring(0, 4)} Purslane Ltd.\n$license', style: const TextStyle(color: Colors.white), ), Text( diff --git a/src/ui/index.tis b/src/ui/index.tis index 05569ec51..66d63f478 100644 --- a/src/ui/index.tis +++ b/src/ui/index.tis @@ -376,7 +376,7 @@ class MyIdMenu: Reactor.Component {
Fingerprint: " + handler.get_fingerprint() + " \
" + translate("Privacy Statement") + "
\
" + translate("Website") + "
\ -
Copyright © 2023 Purslane Ltd.\ +
Copyright © " + new Date().getFullYear() + " Purslane Ltd.\
" + handler.get_license() + " \

" + translate("Slogan_tip") + "

\
\