mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-27 01:19:41 +01:00
typo
This commit is contained in:
parent
a0d0189da5
commit
1393cf1fbb
@ -832,7 +832,7 @@ window.addEventListener("load", function() {
|
|||||||
function gotoBuy(redirectUrl) {
|
function gotoBuy(redirectUrl) {
|
||||||
Swal.fire({
|
Swal.fire({
|
||||||
title: 'Please Confirm',
|
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',
|
icon: 'question',
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
confirmButtonText: 'Yes',
|
confirmButtonText: 'Yes',
|
||||||
|
Loading…
Reference in New Issue
Block a user