Skip to content

Commit 1a13ae3

Browse files
authored
Merge pull request #6173 from NHSDigital/confirm-refusal-for-mmrv
Use MMRV on parent refusal confirmation page
2 parents ed0df77 + aa98b98 commit 1a13ae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/parent_interface/consent_forms/confirm.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<% programme = consent_form_programme.programme %>
5353

5454
<%= render AppCardComponent.new do |card| %>
55-
<% card.with_heading { t(programme.type, scope: %i[consent_forms confirm consent_card_title]) } %>
55+
<% card.with_heading { t(programme.to_param, scope: %i[consent_forms confirm consent_card_title]) } %>
5656

5757
<%= govuk_summary_list do |summary_list|
5858
summary_list.with_row do |row|

0 commit comments

Comments
 (0)