From 1f766b8c13b400b533195334c73a225536ba8231 Mon Sep 17 00:00:00 2001 From: M!l!nd <99114125+milinddethe15@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:06:03 +0530 Subject: [PATCH] Changed the labels of Icon component in sentence case (#7804) * Changed labels of Icon component in sentence case * Update en.json * Update widgetConfig.js --- frontend/src/Editor/WidgetManager/widgetConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index 3a77adb6c3..db55c682f9 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -5537,7 +5537,7 @@ ReactDOM.render(, document.body);`, styles: { iconColor: { type: 'color', - displayName: 'Icon Color', + displayName: 'Icon color', validation: { schema: { type: 'string' }, },