diff --git a/config-ui/src/plugins/components/connection-form/fields/endpoint.tsx b/config-ui/src/plugins/components/connection-form/fields/endpoint.tsx index 2dc3d3ed4e6..882951dabd5 100644 --- a/config-ui/src/plugins/components/connection-form/fields/endpoint.tsx +++ b/config-ui/src/plugins/components/connection-form/fields/endpoint.tsx @@ -77,7 +77,7 @@ export const ConnectionEndpoint = ({ if (multipleVersions) { return ( <> - + {name} Cloud diff --git a/config-ui/src/plugins/register/github/connection-fields/authentication.tsx b/config-ui/src/plugins/register/github/connection-fields/authentication.tsx index 5012db76ce1..e411efaadbf 100644 --- a/config-ui/src/plugins/register/github/connection-fields/authentication.tsx +++ b/config-ui/src/plugins/register/github/connection-fields/authentication.tsx @@ -33,10 +33,10 @@ export const Authentication = ({ initialValue, value, setValue }: Props) => { }, [initialValue]); return ( - + setValue(e.target.value)}> - Github Access Token - Github App + GitHub Access Token + GitHub App(Beta) ); diff --git a/config-ui/src/plugins/register/github/connection-fields/githubapp.tsx b/config-ui/src/plugins/register/github/connection-fields/githubapp.tsx index 0355be9b9ef..a93b4960e2d 100644 --- a/config-ui/src/plugins/register/github/connection-fields/githubapp.tsx +++ b/config-ui/src/plugins/register/github/connection-fields/githubapp.tsx @@ -139,12 +139,13 @@ export const GithubApp = ({ endpoint, proxy, initialValue, value, error, setValu return ( - Input information about your Github App{' '} + GitHub App token expires every hour. To collect large resposities, please choose the GitHub Access Token to + authenticate.{' '} - Learn how to create a github app + Learn how to create a GitHub App }