Skip to content

Commit

Permalink
fix(datagrid): set filter label string to correct defaults
Browse files Browse the repository at this point in the history
These values were swapped.
  • Loading branch information
kevinbuhmann committed Nov 7, 2022
1 parent 130facb commit 53124e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/angular/src/utils/i18n/common-strings.default.ts
Expand Up @@ -49,8 +49,8 @@ export const commonStringsDefault: ClrCommonStrings = {
singleSelectionAriaLabel: 'Single selection header',
singleActionableAriaLabel: 'Single actionable header',
detailExpandableAriaLabel: 'Toggle more row content',
datagridFilterAriaLabel: 'Filter dialog',
datagridFilterDialogAriaLabel: 'Toggle column filter',
datagridFilterAriaLabel: 'Toggle column filter',
datagridFilterDialogAriaLabel: 'Filter dialog',
columnSeparatorAriaLabel: 'Column resize handle',
columnSeparatorDescription: 'Use left or right key to resize the column',
// Alert
Expand Down

0 comments on commit 53124e5

Please sign in to comment.