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' }, },