change progress element titles to sentence casing (#23820)

This commit is contained in:
Ryan Keairns 2018-10-04 15:19:22 -05:00 committed by GitHub
parent 85c62afc2f
commit 42abc7df4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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