Skip to content

Commit

Permalink
fix(explore): Change copy of cross filters checkbox (apache#19646)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Apr 13, 2022
1 parent 6e8e29c commit 4a5dddf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export const emitFilterControl = enableCrossFilter
name: 'emit_filter',
config: {
type: 'CheckboxControl',
label: t('Emit dashboard cross filters'),
label: t('Enable dashboard cross filters'),
default: false,
renderTrigger: true,
description: t('Emit dashboard cross filters.'),
description: t('Enable dashboard cross filters'),
},
},
]
Expand Down

0 comments on commit 4a5dddf

Please sign in to comment.