diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index 263822129f..40e9fdbcce 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -3124,21 +3124,21 @@ export const widgets = [ properties: { instructionText: { type: 'code', - displayName: 'Instruction Text', + displayName: 'Instruction text', validation: { schema: { type: 'string' }, }, }, enableDropzone: { type: 'code', - displayName: 'Use Drop zone', + displayName: 'Use drop zone', validation: { schema: { type: 'boolean' }, }, }, enablePicker: { type: 'code', - displayName: 'Use File Picker', + displayName: 'Use file picker', validation: { schema: { type: 'boolean' }, },