diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index 8929f7c760..3e9a15d53f 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -3726,8 +3726,8 @@ export const widgets = [ type: 'select', displayName: 'Timer type', options: [ - { name: 'Count Up', value: 'countUp' }, - { name: 'Count Down', value: 'countDown' }, + { name: 'Count up', value: 'countUp' }, + { name: 'Count down', value: 'countDown' }, ], validation: { schema: { type: 'string' },