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