From c28dee60a5058a48f0015e8c8e16645026d7a06b Mon Sep 17 00:00:00 2001 From: Vishnu Kaushik <50923653+vishnukaushik@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:09:15 +0530 Subject: [PATCH] Change labels to sentence case for Timeline component (#7991) --- 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 6a7a492582..8929f7c760 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -4484,7 +4484,7 @@ export const widgets = [ }, hideDate: { type: 'toggle', - displayName: 'Hide Date', + displayName: 'Hide date', validation: { schema: { type: 'boolean' }, },