diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index d82e9991ae..6a7a492582 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -5280,7 +5280,7 @@ ReactDOM.render(, document.body);`, description: 'Choose colors from a palette', component: 'ColorPicker', properties: { - defaultColor: { type: 'color', displayName: 'Default Color' }, + defaultColor: { type: 'color', displayName: 'Default color' }, }, defaultSize: { width: 9,