From 7a6b1f0e443e11a09c53b1bf34a9aea8be71624e Mon Sep 17 00:00:00 2001 From: Shruti Angane Date: Fri, 20 Oct 2023 15:00:59 +0530 Subject: [PATCH] fix:Changed the label of text editor component to sentence case (#7894) --- 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 b26f385a04..bb303c2700 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -2707,7 +2707,7 @@ export const widgets = [ }, defaultValue: { type: 'code', - displayName: 'Default Value', + displayName: 'Default value', validation: { schema: { type: 'string' }, },