From 7343bc5474df241a398457a7d23aadcef1200976 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 8 Mar 2019 17:06:10 +0100 Subject: [PATCH] SONARCLOUD-472 Escape HTML entity --- .../sonar-web/src/main/js/apps/about/sonarcloud/Pricing.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 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 fee4ee72f13..8ab99acbf40 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 @@ -257,8 +257,9 @@ function PricingFAQ({ getReference }: PricingFAQProps) {

Can I cancel my subscription?

- 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. + 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.

Still have more questions?

-- 2.39.5