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
#87073) (#87084)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
kevinlog and kibanamachine committed Jan 4, 2021
1 parent 8a50f81 commit c49c772
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 c49c772

Please sign in to comment.