diff --git a/frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js b/frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js index 0f130aa130..ae962309e6 100644 --- a/frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js +++ b/frontend/src/AppBuilder/WidgetManager/widgets/multiselectV2.js @@ -123,7 +123,7 @@ export const multiselectV2Config = { }, showAllSelectedLabel: { type: 'toggle', - displayName: "Show 'All items are selected.'", + displayName: 'Show "All items are selected"', validation: { schema: { type: 'boolean' }, defaultValue: true }, accordian: 'Options', }, diff --git a/frontend/src/Editor/WidgetManager/configs/multiselectV2.js b/frontend/src/Editor/WidgetManager/configs/multiselectV2.js index c811bc7c65..08b90a71f1 100644 --- a/frontend/src/Editor/WidgetManager/configs/multiselectV2.js +++ b/frontend/src/Editor/WidgetManager/configs/multiselectV2.js @@ -123,7 +123,7 @@ export const multiselectV2Config = { }, showAllSelectedLabel: { type: 'toggle', - displayName: "Show 'All items are selected.'", + displayName: 'Show "All items are selected"', validation: { schema: { type: 'boolean' }, defaultValue: true }, accordian: 'Options', }, diff --git a/server/src/modules/apps/services/widget-config/multiselectV2.js b/server/src/modules/apps/services/widget-config/multiselectV2.js index 0f130aa130..ae962309e6 100644 --- a/server/src/modules/apps/services/widget-config/multiselectV2.js +++ b/server/src/modules/apps/services/widget-config/multiselectV2.js @@ -123,7 +123,7 @@ export const multiselectV2Config = { }, showAllSelectedLabel: { type: 'toggle', - displayName: "Show 'All items are selected.'", + displayName: 'Show "All items are selected"', validation: { schema: { type: 'boolean' }, defaultValue: true }, accordian: 'Options', },