Skip to content

Commit

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

Please sign in to comment.