[ML] fix typo in apply_influencer_filters_action (#77495) (#77593)

This commit is contained in:
Dima Arnautov 2020-09-17 09:58:13 +02:00 committed by GitHub
parent 1e06bf5acd
commit 9355f5d619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {