Skip to content

Commit

Permalink
[MD]Update test connection button text (#3247)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristen Tian <tyarong@amazon.com>

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit a3348c6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
github-actions[bot] committed Jan 11, 2023
1 parent 3f13d20 commit 94ecacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export class CreateDataSourceForm extends React.Component<
>
<FormattedMessage
id="dataSourcesManagement.createDataSource.testConnectionButton"
defaultMessage="Test Connection"
defaultMessage="Test connection"
/>
</EuiButton>
</EuiFlexItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const Header = ({
>
<FormattedMessage
id="dataSourcesManagement.createDataSource.testConnectionButton"
defaultMessage="Test Connection"
defaultMessage="Test connection"
/>
</EuiButton>
);
Expand Down

0 comments on commit 94ecacb

Please sign in to comment.