From 53124e5f3fb38c628d0bd46b0fc0a455d5aeede1 Mon Sep 17 00:00:00 2001 From: Kevin Buhmann Date: Thu, 3 Nov 2022 10:28:13 -0500 Subject: [PATCH] fix(datagrid): set filter label string to correct defaults These values were swapped. --- projects/angular/src/utils/i18n/common-strings.default.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/angular/src/utils/i18n/common-strings.default.ts b/projects/angular/src/utils/i18n/common-strings.default.ts index 71bc6e3d58..016a529653 100644 --- a/projects/angular/src/utils/i18n/common-strings.default.ts +++ b/projects/angular/src/utils/i18n/common-strings.default.ts @@ -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