mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
chore: apply capitalization guidelines - iteration 1 (#12447)
Apply capitalization guidelines defined in #12343 Use sentence casing for most places.
This commit is contained in:
committed by
GitHub
parent
ed53b0090e
commit
6731cd0be6
@@ -83,7 +83,7 @@ describe('getControlsForVizType', () => {
|
||||
JSON.stringify({
|
||||
label_colors: {
|
||||
type: 'ColorMapControl',
|
||||
label: t('Color Map'),
|
||||
label: t('Color map'),
|
||||
default: {},
|
||||
renderTrigger: true,
|
||||
mapStateToProps: state => ({
|
||||
|
||||
Reference in New Issue
Block a user