From 7a40bd7bef5377db0b68a4e3e64b7ea43be2742e Mon Sep 17 00:00:00 2001 From: Bhushan1019 <121352274+Bhushan1019@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:34:37 +0530 Subject: [PATCH] Fixes: #7746 Changed labels to sentence case for NumberInput (#7914) --- 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 6556cb0589..406c023966 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -1264,11 +1264,11 @@ export const widgets = [ }, backgroundColor: { type: 'color', - displayName: 'Background Color', + displayName: 'Background color', }, borderColor: { type: 'color', - displayName: 'Border Color', + displayName: 'Border color', validation: { schema: { type: 'string' }, },