From bb7e06e52a7f1533d3e5ce2934b00abb5f251a5c Mon Sep 17 00:00:00 2001 From: Steve Aldrin Date: Fri, 20 Oct 2023 14:58:40 +0530 Subject: [PATCH] Update- Changed labels to sentence case for Container Component (#7961) Change the following labels to sentence case for Container Component: Loading state Background color Border radius --- 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 b63a3a0746..f1b9a76ccb 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -2295,7 +2295,7 @@ export const widgets = [ properties: { loadingState: { type: 'toggle', - displayName: 'loading state', + displayName: 'Loading state', validation: { schema: { type: 'boolean' }, }, @@ -2312,7 +2312,7 @@ export const widgets = [ }, borderRadius: { type: 'code', - displayName: 'Border Radius', + displayName: 'Border radius', validation: { schema: { type: 'union',