From b26564f533c31b8bdfa76c3d56378ae74fcffaef Mon Sep 17 00:00:00 2001 From: Saikiran Patil <84263946+saikiranpatil@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:59:33 +0530 Subject: [PATCH] Change labels to sentence case for Text Input Component (#7842) --- frontend/src/Editor/WidgetManager/widgetConfig.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index f1b9a76ccb..edf6effb66 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -1095,22 +1095,22 @@ export const widgets = [ styles: { textColor: { type: 'color', - displayName: 'Text Color', + displayName: 'Text color', validation: { schema: { type: 'string' } }, }, backgroundColor: { type: 'color', - displayName: 'Background Color', + displayName: 'Background color', validation: { schema: { type: 'string' } }, }, borderColor: { type: 'color', - displayName: 'Border Color', + displayName: 'Border color', validation: { schema: { type: 'string' } }, }, errTextColor: { type: 'color', - displayName: 'Error Text Color', + displayName: 'Error text color', validation: { schema: { type: 'string' } }, }, borderRadius: {