From 18e3109273c9b26709c76effaeaa98449e5f5cac Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Mon, 10 Dec 2018 09:47:29 +0100 Subject: [PATCH] SONARCLOUD-260 Update contact form --- .../sonar-web/src/main/js/apps/about/sonarcloud/Contact.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/Contact.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/Contact.tsx index 1b9ef436568..6ca2abd34cf 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/Contact.tsx +++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/Contact.tsx @@ -29,8 +29,7 @@ import './style.css'; const CATEGORIES = [ { label: 'Commercial', value: 'commercial' }, - { label: 'Product', value: 'product' }, - { label: 'Operations / Service / Infrastructure', value: 'operations' } + { label: 'Confidential Request', value: 'confidential_request' } ]; interface Props { @@ -103,7 +102,7 @@ export default class Contact extends React.PureComponent {
- Please contact us only if you couldn't solve your problem with the forum help. + Use this contact form for commercial or confidential requests only. {!isLoggedIn(currentUser) && (

-- 2.39.5