From 0ad1571aa7c4c9847b5b86a09a56d95b0d3687e8 Mon Sep 17 00:00:00 2001 From: Damon_248 <91674984+Damon248@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:55:50 +0530 Subject: [PATCH] Changed the values in widgetConfig file into sentance case. (#8062) * changed "Image Url" value to "Image URL" in widgetConfig file * changed "Show the Download" vlaue to "Show the download" value --- 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 4e299e42a5..6556cb0589 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -4894,7 +4894,7 @@ ReactDOM.render(, document.body);`, pageControls: { type: 'toggle', displayName: 'Show page controls', validation: { schema: { type: 'boolean' } } }, showDownloadOption: { type: 'toggle', - displayName: 'Show the Download', + displayName: 'Show the download', validation: { schema: { type: 'boolean' } }, }, }, @@ -5804,7 +5804,7 @@ ReactDOM.render(, document.body);`, properties: { imageUrl: { type: 'code', - displayName: 'Image Url', + displayName: 'Image URL', validation: { schema: { type: 'string' }, },