Skip to content

Commit

Permalink
Merge pull request #4510 from DFE-Digital/update-prompt-subject-step-…
Browse files Browse the repository at this point in the history
…mailing-list

update prompt for subject step on mailing list
  • Loading branch information
emmaachesongray authored Jan 23, 2025
2 parents 9f21177 + 9e104c2 commit 80f69eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/mailing_list/steps/_subject.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
%>
<p>Select a secondary school subject or select primary.</p>
Expand Down

0 comments on commit 80f69eb

Please sign in to comment.