Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
  • Loading branch information
nchaulet and dedemorton authored Oct 2, 2020
1 parent ea55e6d commit ca18b83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const SetupPage: React.FunctionComponent<{
<EuiText color="subdued">
<FormattedMessage
id="xpack.ingestManager.setupPage.enableText"
defaultMessage="Central management for Elastic Agents requires an Elastic user who can create API keys and write to logs-* and metrics-*."
defaultMessage="Central management requires an Elastic user who can create API keys and write to logs-* and metrics-*."
/>
</EuiText>
<EuiSpacer size="l" />
Expand Down Expand Up @@ -127,7 +127,7 @@ export const SetupPage: React.FunctionComponent<{
>
<FormattedMessage
id="xpack.ingestManager.setupPage.missingRequirementsCalloutDescription"
defaultMessage="In order to use central management for Elastic Agents, you must enable the following Elasticsearch and Kibana security features."
defaultMessage="To use central management for Elastic Agents, enable the following Elasticsearch and Kibana security features."
/>
</EuiCallOut>
<EuiSpacer size="m" />
Expand Down

0 comments on commit ca18b83

Please sign in to comment.