From 687a09b31b6ff1a9284077e2d6bcc875c7d42aac Mon Sep 17 00:00:00 2001 From: emmaachesongray <168454683+emmaachesongray@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:19:24 +0000 Subject: [PATCH] Update prompts on events funnel mailing list sign up --- app/views/event_steps/_personalised_updates.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/event_steps/_personalised_updates.html.erb b/app/views/event_steps/_personalised_updates.html.erb index 0d9452adb6..f19e1a2daa 100644 --- a/app/views/event_steps/_personalised_updates.html.erb +++ b/app/views/event_steps/_personalised_updates.html.erb @@ -6,19 +6,19 @@ f.object.degree_status_options, :id, ->(option) { degree_status_text(option) }, - options: { prompt: true } %> + options: { prompt: "Select an option" } %> <%= f.govuk_collection_select :consideration_journey_stage_id, f.object.journey_stage_options, :id, :value, - options: { prompt: true } %> + options: { prompt: "Select an option" } %> <%= f.govuk_collection_select :preferred_teaching_subject_id, f.object.teaching_subject_options, :id, :value, - options: { prompt: true } %> + options: { prompt: "Select a subject" } %> <%= f.govuk_text_field :address_postcode, autocomplete: "postal-code" unless f.object.hide_postcode_field? %>