From 9a87ad9b40ca1259180d34e76c8e7f611d5492e7 Mon Sep 17 00:00:00 2001 From: mintsweet <0x1304570@gmail.com> Date: Thu, 10 Oct 2024 21:03:39 +1300 Subject: [PATCH] fix: copywriting for sonarqube cloud --- .../sonarqube/connection-fields/organization.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config-ui/src/plugins/register/sonarqube/connection-fields/organization.tsx b/config-ui/src/plugins/register/sonarqube/connection-fields/organization.tsx index 3fe41e11989..4537ed1fd3e 100644 --- a/config-ui/src/plugins/register/sonarqube/connection-fields/organization.tsx +++ b/config-ui/src/plugins/register/sonarqube/connection-fields/organization.tsx @@ -18,7 +18,7 @@ import { Input } from 'antd'; -import { Block } from '@/components'; +import { Block, ExternalLink } from '@/components'; import { useEffect } from 'react'; interface Props { @@ -56,7 +56,13 @@ export const Organization = ({ initialValues, values, setValues, setErrors }: Pr return ( + Copy the organization key at{' '} + here. If you have more than + one, please create another connection. + + } required >