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