From a036dffb645c4bcd2a83800cb74b49cd02ba0539 Mon Sep 17 00:00:00 2001 From: Parvesh Saini <97528080+parveshsaini@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:57:40 +0530 Subject: [PATCH] update: labels changed to sentence case for Button component (#7860) --- 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 2c5dc2b5f6..656043036e 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -557,14 +557,14 @@ export const widgets = [ properties: { text: { type: 'code', - displayName: 'Button Text', + displayName: 'Button text', validation: { schema: { type: 'string' }, }, }, loadingState: { type: 'toggle', - displayName: 'Loading State', + displayName: 'Loading state', validation: { schema: { type: 'boolean' }, },