Update index.tis

This commit is contained in:
SergeyMy 2023-04-25 12:52:56 +05:00 committed by GitHub
parent a71a6b7bdb
commit 7fe4432b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -367,9 +367,9 @@ class MyIdMenu: Reactor.Component {
<div>Fingerprint: " + handler.get_fingerprint() + " \ <div>Fingerprint: " + handler.get_fingerprint() + " \
<div .link .custom-event url='https://rustdesk.com/privacy'>" + translate("Privacy Statement") + "</div> \ <div .link .custom-event url='https://rustdesk.com/privacy'>" + translate("Privacy Statement") + "</div> \
<div .link .custom-event url='https://rustdesk.com'>" + translate("Website") + "</div> \ <div .link .custom-event url='https://rustdesk.com'>" + translate("Website") + "</div> \
<p style='font-weight: bold'>" + translate("Slogan_tip") + "</p>\ <div style='background: #2c8cff; color: white; padding: 1em; margin-top: 1em;'>Copyright &copy; 2022 Purslane Ltd.\
<br />" + handler.get_license() + " \ <br />" + handler.get_license() + " \
<p style='font-weight: bold'>Made with heart in this chaotic world!</p>\ <p style='font-weight: bold'>" + translate("Slogan_tip") + "</p>\
</div>\ </div>\
</div>", "", function(el) { </div>", "", function(el) {
if (el && el.attributes) { if (el && el.attributes) {