Skip to content

Commit

Permalink
Update packages/iris-grid/src/sidebar/AdvancedSettingsMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmmcken authored Feb 28, 2023
1 parent ce5f89e commit 3571ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iris-grid/src/sidebar/AdvancedSettingsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AdvancedSettingsMenu.getAdvancedSettingsTitleForKey = (
case AdvancedSettingsType.FILTER_CONTROL_CHANGE_CLEARS_ALL_FILTERS:
return 'Clear current table filters before applying new filters from a control';
case AdvancedSettingsType.LINK_CHANGE_CLEARS_ALL_FILTERS:
return 'Clear current table filters before applying new filters from a incoming link filter';
return 'Clear current table filters before applying new filters from an incoming link filter';
}
};

Expand Down

0 comments on commit 3571ee6

Please sign in to comment.