refresh lic

This commit is contained in:
rustdesk
2026-03-28 14:19:46 +08:00
parent 1ca74b0eed
commit e99aa52fd4

View File

@@ -45,7 +45,7 @@ const metadata = {
titleFragment.innerHTML = 'License ' + action + ' successfully!'; titleFragment.innerHTML = 'License ' + action + ' successfully!';
contentFragment.innerHTML = ` contentFragment.innerHTML = `
<p class="text-center leading-10 text-lg"> <p class="text-center leading-10 text-lg">
Your license has been successfully ${action}. Please follow <a class="underline text-secondary" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/#:~:text=you%20need%20to-,proceed,-to%20the%20web">this link</a> to activate it. Your license has been successfully ${action}. Please follow <a class="underline text-secondary" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/#refresh-license">this link</a> to activate it.
</p> </p>
`; `;
} }