Skip to content

Commit

Permalink
fixes typo on engine detection page (#53877)
Browse files Browse the repository at this point in the history
  • Loading branch information
benskelker authored Jan 2, 2020
1 parent b7c5350 commit 7f39fd8
Show file tree
Hide file tree
Showing 3 changed files with 4,829 additions and 4,829 deletions.
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

0 comments on commit 7f39fd8

Please sign in to comment.