From 1393cf1fbb4bfec189e017dc0ae8b33d3dd0d567 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 11 Sep 2023 08:31:15 +0800 Subject: [PATCH] typo --- v2/pricing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/pricing.html b/v2/pricing.html index d7fb585..ea370e9 100644 --- a/v2/pricing.html +++ b/v2/pricing.html @@ -832,7 +832,7 @@ window.addEventListener("load", function() { function gotoBuy(redirectUrl) { Swal.fire({ title: 'Please Confirm', - text: 'Do you want to proceed to the purchase page? Please note that what you are not purchasing is not a SaaS (Software as a Service) subscription. Instead, it is a license for a self-hosting solution, which requires you to deploy it on your own server.', + text: 'Do you want to proceed to the purchase page? Please note that what you are purchasing is not a SaaS (Software as a Service) subscription. Instead, it is a license for a self-hosting solution, which requires you to deploy it on your own server.', icon: 'question', showCancelButton: true, confirmButtonText: 'Yes',