Skip to content

Commit 821ad73

Browse files
authored
Refactor authentication description message (#4179)
resolves #4173 Signed-off-by: Su <szhongna@amazon.com>
1 parent 20c928f commit 821ad73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/data_source_management/public/components/create_data_source_wizard/components/create_form/create_data_source_form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ export class CreateDataSourceForm extends React.Component<
584584
<EuiText>
585585
<FormattedMessage
586586
id="dataSourcesManagement.createDataSource.authenticationMethodDescription"
587-
defaultMessage="Provide authentication details require to gain access to the endpoint. If no authentication is required, choose "
587+
defaultMessage="Enter the authentication details to access the endpoint. If no authentication is required, select "
588588
/>
589589
<b>
590590
<FormattedMessage

0 commit comments

Comments
 (0)