From 0a1ea1c1bda7436a402a2cbfa13779b118de77fe Mon Sep 17 00:00:00 2001 From: Sanket Pol <68698332+sanketmp@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:58:05 +0530 Subject: [PATCH] change labels to sentence case for Modal Component (#7853) --- 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 656043036e..b63a3a0746 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -901,7 +901,7 @@ export const widgets = [ }, loadingState: { type: 'toggle', - displayName: 'Loading State', + displayName: 'Loading state', validation: { schema: { type: 'boolean' }, }, @@ -943,7 +943,7 @@ export const widgets = [ }, modalHeight: { type: 'code', - displayName: 'Modal Height', + displayName: 'Modal height', validation: { schema: { type: 'string' }, },