Skip to content

Commit

Permalink
ux fix
Browse files Browse the repository at this point in the history
Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy committed Aug 29, 2024
1 parent 58eb65c commit 6f2866f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const INTEGRATION_CONNECTION_DATA_SOURCE_TYPES: Map<
[
's3',
{
title: 'Data Source',
title: 'Direct query connections',
lower: 'data_source',
help: 'Select a data source to pull the data from.',
help: 'Select a database to pull the data from.',
},
],
[
Expand Down Expand Up @@ -224,7 +224,7 @@ export function IntegrationConnectionInputs({
{dataSourceEnabled && (
<>
<EuiCompressedFormRow
label="Data Source"
label="Open Source Connections"
helpText="Select the type of remote data source to query from."
>
<DataSourceSelector
Expand Down

0 comments on commit 6f2866f

Please sign in to comment.