From 30dfa2e109cb7e39542cec7e17763e4f44274e14 Mon Sep 17 00:00:00 2001 From: Harriet H-W Date: Fri, 6 Dec 2024 11:46:34 +0000 Subject: [PATCH] make labels bold on schedule publishing --- .../content_block/shared/_schedule_publishing.html.erb | 2 ++ 1 file changed, 2 insertions(+) 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",