This commit is contained in:
rustdesk
2024-01-10 14:01:31 +08:00
parent 2910dc053c
commit 14f709e82c
2 changed files with 21 additions and 12 deletions

View File

@@ -859,7 +859,7 @@ window.addEventListener("load", function() {
function gotoBuy(redirectUrl) {
Swal.fire({
title: 'Please Confirm',
html: 'Do you want to proceed to the purchase page? Please note that what you are purchasing is <b style="font-size: 2em">NOT</b> a SaaS (Software as a Service) subscription. Instead, it is a license for a <b style="font-size: 2em">self-hosting</b> solution, which requires you to deploy it on your own server. Please <b style="font-size: 2em">don\'t</b> buy if you don\'t know what is self-hosting',
html: 'Do you want to proceed to the purchase page? Please note that what you are purchasing is <b style="font-size: 2em">NOT</b> a SaaS (Software as a Service) subscription. Instead, it is a license for a <b style="font-size: 2em">self-hosting</b> solution, which requires you to deploy it on your own server (cloud server, e.g. AWS EC2, Azure VM, Vultr VPS etc, or your on-premise server). Please <b style="font-size: 2em">don\'t</b> buy if you don\'t know what is self-hosting',
icon: 'question',
showCancelButton: true,
confirmButtonText: 'Yes',