Skip to content

Commit

Permalink
[ML] rename Filter query label
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Jun 8, 2020
1 parent a4edc96 commit 355b76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('FilterAggForm', () => {
</I18nProvider>
);

expect(getByLabelText('Filter agg')).toBeInTheDocument();
expect(getByLabelText('Filter query')).toBeInTheDocument();

const { options } = (await findByTestId('transformFilterAggTypeSelector')) as HTMLSelectElement;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const FilterAggForm: PivotAggsConfigFilter['AggFormComponent'] = ({
label={
<FormattedMessage
id="xpack.transform.agg.popoverForm.filerAggLabel"
defaultMessage="Filter agg"
defaultMessage="Filter query"
/>
}
>
Expand Down

0 comments on commit 355b76a

Please sign in to comment.