Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SIEM][Detection Engine] Fixes typo on engine detection page #53877

Merged
merged 1 commit into from
Jan 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const PANEL_SUBTITLE_SHOWING = i18n.translate(

export const EMPTY_TITLE = i18n.translate('xpack.siem.detectionEngine.emptyTitle', {
defaultMessage:
'It looks like you don’t have any indices relevant to the detction engine in the SIEM application',
'It looks like you don’t have any indices relevant to the detection engine in the SIEM application',
});

export const EMPTY_ACTION_PRIMARY = i18n.translate(
Expand Down
Loading