Skip to content

Commit

Permalink
[Security Solution] add a consistent spelling of ES in Policy Response (
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog authored Dec 30, 2020
1 parent e067f55 commit 602584a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const policyResponses: Array<[string, string]> = [
'configure_elasticsearch_connection',
i18n.translate(
'xpack.securitySolution.endpoint.details.policyResponse.configure_elasticsearch_connection',
{ defaultMessage: 'Configure Elastic Search Connection' }
{ defaultMessage: 'Configure Elasticsearch Connection' }
),
],
[
Expand Down Expand Up @@ -162,7 +162,7 @@ const policyResponses: Array<[string, string]> = [
'read_elasticsearch_config',
i18n.translate(
'xpack.securitySolution.endpoint.details.policyResponse.read_elasticsearch_config',
{ defaultMessage: 'Read ElasticSearch Config' }
{ defaultMessage: 'Read Elasticsearch Config' }
),
],
[
Expand Down

0 comments on commit 602584a

Please sign in to comment.