fix: update copy text for better capitalization and abbreviation standards (#34508)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
yousoph
2025-08-05 14:40:52 -07:00
committed by GitHub
parent 7a1839ba1b
commit 4a556f4ac4
25 changed files with 92 additions and 92 deletions

View File

@@ -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),
),