Skip to content

Commit 265a46d

Browse files
author
Ben Skelker
committed
finally
1 parent f0cd53c commit 265a46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/legacy/plugins/siem/public/components/embeddables/__snapshots__/index_patterns_missing_prompt.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/legacy/plugins/siem/public/components/embeddables/index_patterns_missing_prompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const IndexPatternsMissingPromptComponent = () => (
2121
<>
2222
<p>
2323
<FormattedMessage
24-
defaultMessage="To view map data, Kibana index patterns that match ECS-compliant {defaultIndex} indices must be configured. When using {beats}, you can run the {setup} command on your hosts to automatically create the index patterns. For example: {example}."
24+
defaultMessage="To display map data, Kibana index patterns that match ECS-compliant {defaultIndex} indices must be configured. When using {beats}, you can run the {setup} command on your hosts to automatically create the index patterns. For example: {example}."
2525
id="xpack.siem.components.embeddables.indexPatternsMissingPrompt.errorDescription1"
2626
values={{
2727
defaultIndex: (

0 commit comments

Comments
 (0)