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:
M!l!nd 2023-10-20 15:06:03 +05:30 committed by GitHub
parent 0bf141e4ca
commit 1f766b8c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5537,7 +5537,7 @@ ReactDOM.render(<ConnectedComponent />, document.body);`,
styles: {
iconColor: {
type: 'color',
displayName: 'Icon Color',
displayName: 'Icon color',
validation: {
schema: { type: 'string' },
},