mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Change labels to sentence case for Circular Progress Bar component (#7837)
This commit is contained in:
parent
7a6b1f0e44
commit
a2ab6453e0
1 changed files with 4 additions and 4 deletions
|
|
@ -4157,28 +4157,28 @@ export const widgets = [
|
|||
},
|
||||
textSize: {
|
||||
type: 'code',
|
||||
displayName: 'Text Size',
|
||||
displayName: 'Text size',
|
||||
validation: {
|
||||
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
|
||||
},
|
||||
},
|
||||
strokeWidth: {
|
||||
type: 'code',
|
||||
displayName: 'Stroke Width',
|
||||
displayName: 'Stroke width',
|
||||
validation: {
|
||||
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
|
||||
},
|
||||
},
|
||||
counterClockwise: {
|
||||
type: 'code',
|
||||
displayName: 'Counter Clockwise',
|
||||
displayName: 'Counter clockwise',
|
||||
validation: {
|
||||
schema: { type: 'boolean' },
|
||||
},
|
||||
},
|
||||
circleRatio: {
|
||||
type: 'code',
|
||||
displayName: 'Circle Ratio',
|
||||
displayName: 'Circle ratio',
|
||||
validation: {
|
||||
schema: { type: 'union', schemas: [{ type: 'string' }, { type: 'number' }] },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue