Skip to content

Commit

Permalink
[ML] fix typo in apply_influencer_filters_action (#77495) (#77593)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Sep 17, 2020
1 parent 1e06bf5 commit 9355f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function createApplyInfluencerFiltersAction(
},
getDisplayName() {
return i18n.translate('xpack.ml.actions.applyInfluencersFiltersTitle', {
defaultMessage: 'Filer for value',
defaultMessage: 'Filter for value',
});
},
async execute({ data }: SwimLaneDrilldownContext) {
Expand Down

0 comments on commit 9355f5d

Please sign in to comment.