mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
change progress element titles to sentence casing (#23820)
This commit is contained in:
parent
85c62afc2f
commit
42abc7df4a
7 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ import header from './header.png';
|
|||
|
||||
export const horizontalProgressBar = () => ({
|
||||
name: 'horizontalProgressBar',
|
||||
displayName: 'Horizontal Progress Bar',
|
||||
displayName: 'Horizontal progress bar',
|
||||
help: 'Displays progress as a portion of a horizontal bar',
|
||||
width: 400,
|
||||
height: 30,
|
||||
|
|
|
@ -9,7 +9,7 @@ import header from './header.png';
|
|||
|
||||
export const horizontalProgressPill = () => ({
|
||||
name: 'horizontalProgressPill',
|
||||
displayName: 'Horizontal Progress Pill',
|
||||
displayName: 'Horizontal progress pill',
|
||||
help: 'Displays progress as a portion of a horizontal pill',
|
||||
width: 400,
|
||||
height: 30,
|
||||
|
|
|
@ -9,7 +9,7 @@ import header from './header.png';
|
|||
|
||||
export const progressGauge = () => ({
|
||||
name: 'progressGauge',
|
||||
displayName: 'Progress Gauge',
|
||||
displayName: 'Progress gauge',
|
||||
help: 'Displays progress as a portion of a gauge',
|
||||
width: 200,
|
||||
height: 200,
|
||||
|
|
|
@ -9,7 +9,7 @@ import header from './header.png';
|
|||
|
||||
export const progressSemicircle = () => ({
|
||||
name: 'progressSemicircle',
|
||||
displayName: 'Progress Semicircle',
|
||||
displayName: 'Progress semicircle',
|
||||
help: 'Displays progress as a portion of a semicircle',
|
||||
width: 200,
|
||||
height: 100,
|
||||
|
|
|
@ -9,7 +9,7 @@ import header from './header.png';
|
|||
|
||||
export const progressWheel = () => ({
|
||||
name: 'progressWheel',
|
||||
displayName: 'Progress Wheel',
|
||||
displayName: 'Progress wheel',
|
||||
help: 'Displays progress as a portion of a wheel',
|
||||
width: 200,
|
||||
height: 200,
|
||||
|
|
|
@ -9,7 +9,7 @@ import header from './header.png';
|
|||
|
||||
export const verticalProgressBar = () => ({
|
||||
name: 'verticalProgressBar',
|
||||
displayName: 'Vertical Progress Bar',
|
||||
displayName: 'Vertical progress bar',
|
||||
help: 'Displays progress as a portion of a vertical bar',
|
||||
width: 80,
|
||||
height: 400,
|
||||
|
|
|
@ -9,7 +9,7 @@ import header from './header.png';
|
|||
|
||||
export const verticalProgressPill = () => ({
|
||||
name: 'verticalProgressPill',
|
||||
displayName: 'Vertical Progress Pill',
|
||||
displayName: 'Vertical progress pill',
|
||||
help: 'Displays progress as a portion of a vertical pill',
|
||||
width: 80,
|
||||
height: 400,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue