Skip to content

Commit aa98b98

Browse files
committed
Use MMRV on parent refusal confirmation page
When confirming refusal of consent we should show the correct "MMRV" copy. Jira-Issue: MAV-3927
1 parent ed0df77 commit aa98b98

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)