Skip to content

Commit

Permalink
[ML] fix type in apply_influencer_filters_action (elastic#77495)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Sep 16, 2020
1 parent 8576293 commit cee3aae
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 cee3aae

Please sign in to comment.