Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janmonschke committed Jan 13, 2022
1 parent e07fadc commit 80c18ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const ResolverNoProcessEvents = () => (
<EuiText size="s">
{i18n.translate('xpack.securitySolution.resolver.noProcessEvents.dataView', {
defaultMessage: `In case you selected a different data view,
make sure your data view contains one of the inidices that are stored in the source event at "{field}".`,
make sure your data view contains all of the indices that are stored in the source event at "{field}".`,
values: { field: 'kibana.alert.rule.parameters.index' },
})}
</EuiText>
Expand Down

0 comments on commit 80c18ed

Please sign in to comment.