diff --git a/lib/engines/content_block_manager/app/views/content_block_manager/content_block/shared/_schedule_publishing.html.erb b/lib/engines/content_block_manager/app/views/content_block_manager/content_block/shared/_schedule_publishing.html.erb index 696da11eed6..99fd71f12ec 100644 --- a/lib/engines/content_block_manager/app/views/content_block_manager/content_block/shared/_schedule_publishing.html.erb +++ b/lib/engines/content_block_manager/app/views/content_block_manager/content_block/shared/_schedule_publishing.html.erb @@ -33,12 +33,14 @@ checked: is_scheduled_param == "now", text: "Publish the edit now", hint_text: "The edit will be made when you select publish and users will see it immediately.", + bold: true, }, { value: "schedule", checked: is_scheduled_param == "schedule", text: "Schedule the edit for the future", hint_text: "The edit will be published on a date and time you choose.", + bold: true, conditional: render("components/datetime_fields", { heading_size: "s", field_name: "scheduled_publication",