From 6022e8d9c3632c86618d20d841b9ce95c2e07652 Mon Sep 17 00:00:00 2001 From: Anurag De Date: Tue, 31 Oct 2023 18:29:00 +0530 Subject: [PATCH] Fix: Changed to SentenceCase for DividerComponent (#7883) * changed to SentenceCase for DividerComponent * changed Divide Color to Divide color --- 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 7ebcce8e83..4e299e42a5 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -3073,7 +3073,7 @@ export const widgets = [ styles: { dividerColor: { type: 'color', - displayName: 'Divider Color', + displayName: 'Divider color', validation: { schema: { type: 'string' }, },