diff options
author | n-b-sonar <nicolas.bontoux@sonarsource.com> | 2019-03-08 14:29:58 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-08 20:20:55 +0100 |
commit | 8fb0a6166734d74674d93863cc4556388a0154e9 (patch) | |
tree | 83bef1fb1954d3102b22cfba340a091428028389 /server/sonar-web | |
parent | f1a6f4027de9d542e438409c53a88d8bb06dfd1a (diff) | |
download | sonarqube-8fb0a6166734d74674d93863cc4556388a0154e9.tar.gz sonarqube-8fb0a6166734d74674d93863cc4556388a0154e9.zip |
SONARCLOUD-472 - Rephrase pricing question (#1302)
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx index 862c439ec2b..fee4ee72f13 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx +++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx @@ -255,10 +255,10 @@ function PricingFAQ({ getReference }: PricingFAQProps) { and you will be first billed on January 15th for your upcoming month, e.g. January 15th to February 15th. </p> - <div className="faq-title">Can I stop using the service?</div> + <div className="faq-title">Can I cancel my subscription?</div> <p> - Yes, you can stop using SonarCloud anytime you want. You simply need to downgrade your - organization to the free plan. + Of course! There's no commitment. You can delete your paid organization whenever you wish, + or simply downgrade to the free tier if you wish to keep on analysing some public projects. </p> <div className="faq-title">Still have more questions?</div> <p> |