From 54dd20d1a4262f5360980235f02d81ea94a6479e Mon Sep 17 00:00:00 2001 From: Vivek Gurudutt K <127002789+VivekGuruduttK28@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:27:05 +0530 Subject: [PATCH] Made the required changes in widgetConfig.js (#7989) --- frontend/src/Editor/WidgetManager/widgetConfig.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' }, },