diff --git a/site/content/en/docs/enterprise/subscription-managment.md b/site/content/en/docs/enterprise/subscription-managment.md index 4d14acfd6acb..ad52e084a8ed 100644 --- a/site/content/en/docs/enterprise/subscription-managment.md +++ b/site/content/en/docs/enterprise/subscription-managment.md @@ -15,23 +15,23 @@ you'll learn how to take control of your subscriptions and manage them. See: - [Billing](#billing) - - [Pro plan](#pro-plan) + - [Solo plan](#solo-plan) - [Team plan](#team-plan) - [Payment methods](#payment-methods) - [Paying with bank transfer](#paying-with-bank-transfer) - - [Change payment method on Pro plan](#change-payment-method-on-pro-plan) + - [Change payment method on Solo plan](#change-payment-method-on-solo-plan) - [Change payment method on Team plan](#change-payment-method-on-team-plan) - [Adding and removing team members](#adding-and-removing-team-members) - - [Pro plan](#pro-plan-1) + - [Solo plan](#solo-plan-1) - [Team plan](#team-plan-1) - [Change plan](#change-plan) - [Can I subscribe to several plans?](#can-i-subscribe-to-several-plans) - [Cancel plan](#cancel-plan) - [What will happen to my data?](#what-will-happen-to-my-data) - - [Pro plan](#pro-plan-2) + - [Solo plan](#solo-plan-2) - [Team plan](#team-plan-2) - [Plan renewal](#plan-renewal) - - [Pro plan](#pro-plan-3) + - [Solo plan](#solo-plan-3) - [Team plan](#team-plan-3) ## Billing @@ -42,9 +42,9 @@ description of limitations for each plan. For more information, see: [Pricing Plans](https://www.cvat.ai/post/new-pricing-plans) -### Pro plan +### Solo plan -**Account/Month**: The **Pro** plan has a fixed price and is +**Account/Month**: The **Solo** plan has a fixed price and is designed **for personal use only**. It doesn't allow collaboration with team members, but removes all the other limits of the **Free** plan. @@ -74,7 +74,7 @@ This section describes how to change or add payment methods. To pay with bank transfer: -1. Go to the **Upgrade to Pro**/**Team plan**> **Get started**. +1. Go to the **Upgrade to Solo**/**Team plan**> **Get started**. 2. Click **US Bank Transfer**. 3. Upon successful completion of the payment, the you will receive a receipt via email. @@ -82,11 +82,11 @@ To pay with bank transfer: ![Bank Transfer Payment](/images/bank_transfer_payment.jpg) -### Change payment method on Pro plan +### Change payment method on Solo plan -Access Manage **Pro Plan** > **Manage** and click **+Add Payment Method** +Access Manage **Solo plan** > **Manage** and click **+Add Payment Method** -![Payment pro](/images/update_payment_pro.png) +![Payment pro](/images/update_payment_solo.png) ### Change payment method on Team plan @@ -99,7 +99,7 @@ Access **Manage Team Plan** > **Manage** and click **+Add Payment Method**. This section describes how to add team members to collaborate within one team. -### Pro plan +### Solo plan Not available. @@ -120,7 +120,7 @@ but next month you will pay less by the amount of unused funds. ## Change plan -The procedure is the same for both **Pro** and **Team** plans. +The procedure is the same for both **Solo** and **Team** plans. If for some reason you want to change your plan, you need to: @@ -132,7 +132,7 @@ If for some reason you want to change your plan, you need to: Paid plans are not mutually exclusive. You can have several active subscriptions, -for example, the **Pro** plan and several **Team** +for example, the **Solo** plan and several **Team** plans for different organizations. ## Cancel plan @@ -155,13 +155,13 @@ Following the one month, you will receive a notification requesting you to either remove the excess data or it will be deleted automatically. -### Pro plan +### Solo plan -Access **Manage Pro Plan** > **Manage** > **Cancel plan** +Access **Manage Solo plan** > **Manage** > **Cancel plan** Please, fill out the feedback form, to help us improve our platform. -![Cancel pro](/images/cancel_pro.gif) +![Cancel pro](/images/cancel_solo.gif) ### Team plan @@ -176,9 +176,9 @@ Please, fill out the feedback form, to help us improve our platform. This section describes how to renew your CVAT subscription -### Pro plan +### Solo plan -Access **Manage Pro Plan** > **Manage** > **Renew plan** +Access **Manage Solo plan** > **Manage** > **Renew plan** ### Team plan diff --git a/site/content/en/images/bank_transfer_payment.jpg b/site/content/en/images/bank_transfer_payment.jpg index cb4b730d53dc..059bc9dd5268 100644 Binary files a/site/content/en/images/bank_transfer_payment.jpg and b/site/content/en/images/bank_transfer_payment.jpg differ diff --git a/site/content/en/images/cancel_pro.gif b/site/content/en/images/cancel_pro.gif deleted file mode 100644 index 48a6b948dbda..000000000000 Binary files a/site/content/en/images/cancel_pro.gif and /dev/null differ diff --git a/site/content/en/images/cancel_solo.gif b/site/content/en/images/cancel_solo.gif new file mode 100644 index 000000000000..036a914142c1 Binary files /dev/null and b/site/content/en/images/cancel_solo.gif differ diff --git a/site/content/en/images/update_payment_pro.png b/site/content/en/images/update_payment_pro.png deleted file mode 100644 index 65e3bbf5bb58..000000000000 Binary files a/site/content/en/images/update_payment_pro.png and /dev/null differ diff --git a/site/content/en/images/update_payment_solo.png b/site/content/en/images/update_payment_solo.png new file mode 100644 index 000000000000..62f592940f7f Binary files /dev/null and b/site/content/en/images/update_payment_solo.png differ