Skip to content

Commit

Permalink
[MD]Update test connection button text
Browse files Browse the repository at this point in the history
Signed-off-by: Kristen Tian <tyarong@amazon.com>
  • Loading branch information
kristenTian committed Jan 11, 2023
1 parent ba1862c commit 0833363
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 0833363

Please sign in to comment.