diff options
-rw-r--r-- | src/ui/index.tis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/index.tis b/src/ui/index.tis index 7c48fffb0..71def3fe7 100644 --- a/src/ui/index.tis +++ b/src/ui/index.tis @@ -382,7 +382,7 @@ class MyIdMenu: Reactor.Component { <div>Fingerprint: " + handler.get_fingerprint() + " \ <div .link .custom-event url='https://rustdesk.com/privacy.html'>" + translate("Privacy Statement") + "</div> \ <div .link .custom-event url='https://rustdesk.com'>" + translate("Website") + "</div> \ - <div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright © " + new Date().getFullYear() + " Purslane Ltd.\ + <div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright © 2024 Purslane Ltd.\ <br />" + handler.get_license() + " \ <p style='font-weight: bold'>" + translate("Slogan_tip") + "</p>\ </div>\ |