Skip to content

Commit

Permalink
[ML] fix type in apply_influencer_filters_action
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Sep 15, 2020
1 parent e6d6751 commit 5f9eb80
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 5f9eb80

Please sign in to comment.