From 1d7f36e39de984d80947946bf5e82d18190089cd Mon Sep 17 00:00:00 2001 From: Ganesh-P03 <84033688+Ganesh-P03@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:06:25 +0530 Subject: [PATCH] Fix: Changed labels to sentence case for Password Input Component (#7878) * Successfully changed into Sentence case in file widgetConfig.js * Update widgetConfig.js: Changed sentence case of only Password Input Component --- frontend/src/Editor/WidgetManager/widgetConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index 14396bd7e4..a33b32e9c3 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -1361,7 +1361,7 @@ export const widgets = [ }, backgroundColor: { type: 'color', - displayName: 'Background Color', + displayName: 'Background color', validation: { schema: { type: 'string' }, },