mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: update copy text for better capitalization and abbreviation standards (#34508)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -153,7 +153,7 @@ const config: ControlPanelConfig = {
|
||||
name: 'xscale_interval',
|
||||
config: {
|
||||
type: 'SelectControl',
|
||||
label: t('XScale Interval'),
|
||||
label: t('X-scale interval'),
|
||||
renderTrigger: true,
|
||||
choices: [[-1, t('Auto')]].concat(
|
||||
formatSelectOptionsForRange(1, 50),
|
||||
@@ -171,7 +171,7 @@ const config: ControlPanelConfig = {
|
||||
name: 'yscale_interval',
|
||||
config: {
|
||||
type: 'SelectControl',
|
||||
label: t('YScale Interval'),
|
||||
label: t('Y-scale interval'),
|
||||
choices: [[-1, t('Auto')]].concat(
|
||||
formatSelectOptionsForRange(1, 50),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user