mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Changed the labels of Icon component in sentence case (#7804)
* Changed labels of Icon component in sentence case * Update en.json * Update widgetConfig.js
This commit is contained in:
parent
0bf141e4ca
commit
1f766b8c13
1 changed files with 1 additions and 1 deletions
|
|
@ -5537,7 +5537,7 @@ ReactDOM.render(<ConnectedComponent />, document.body);`,
|
|||
styles: {
|
||||
iconColor: {
|
||||
type: 'color',
|
||||
displayName: 'Icon Color',
|
||||
displayName: 'Icon color',
|
||||
validation: {
|
||||
schema: { type: 'string' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue