From 9e104c27a560a42b1372769369fdcdd5e7cc0b07 Mon Sep 17 00:00:00 2001 From: emmaachesongray <168454683+emmaachesongray@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:45:20 +0000 Subject: [PATCH] update prompt for subject step on mailing list --- app/views/mailing_list/steps/_subject.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/mailing_list/steps/_subject.html.erb b/app/views/mailing_list/steps/_subject.html.erb index ebb97cf309..7c49b98174 100644 --- a/app/views/mailing_list/steps/_subject.html.erb +++ b/app/views/mailing_list/steps/_subject.html.erb @@ -2,7 +2,7 @@ f.object.teaching_subjects, :id, :value, - options: { prompt: "Please select" }, + options: { prompt: "Choose a subject" }, label: { tag: 'h1', size: "xl", text: t('helpers.label.mailing_list_steps_subject.preferred_teaching_subject_id', **Value.data) } do %>

Select a secondary school subject or select primary.