Skip to content

Commit

Permalink
Update packages/grid/x-data-grid/src/constants/localeTextConstants.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matheus Wichman <[email protected]>
  • Loading branch information
alexfauquette and m4theushw authored Mar 2, 2022
1 parent 697e562 commit 6ede64a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const GRID_DEFAULT_LOCALE_TEXT: GridLocaleText = {
filterPanelAddFilter: 'Add filter',
filterPanelDeleteIconLabel: 'Delete',
filterPanelLinkOperator: 'Logic operator',
filterPanelOperators: 'Operator',
filterPanelOperators: 'Operator', // TODO v6: rename to filterPanelOperator
filterPanelOperatorAnd: 'And',
filterPanelOperatorOr: 'Or',
filterPanelColumns: 'Columns',
Expand Down

0 comments on commit 6ede64a

Please sign in to comment.