From 0312719c6aee868a4532c60f4eec6994ebc52b9a Mon Sep 17 00:00:00 2001 From: DEVZ008 <107320913+Aaditya8C@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:07:02 +0530 Subject: [PATCH] sentence_casing_for_labels_in_tab_component_added (#7942) --- frontend/src/Editor/WidgetManager/widgetConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index a33b32e9c3..d82e9991ae 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -3612,7 +3612,7 @@ export const widgets = [ }, hideTabs: { type: 'toggle', - displayName: 'Hide Tabs', + displayName: 'Hide tabs', validation: { schema: { type: 'boolean', @@ -3633,7 +3633,7 @@ export const widgets = [ styles: { highlightColor: { type: 'color', - displayName: 'Highlight Color', + displayName: 'Highlight color', validation: { schema: { type: 'string' }, },