We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0df77 commit aa98b98Copy full SHA for aa98b98
1 file changed
app/views/parent_interface/consent_forms/confirm.html.erb
@@ -52,7 +52,7 @@
52
<% programme = consent_form_programme.programme %>
53
54
<%= render AppCardComponent.new do |card| %>
55
- <% card.with_heading { t(programme.type, scope: %i[consent_forms confirm consent_card_title]) } %>
+ <% card.with_heading { t(programme.to_param, scope: %i[consent_forms confirm consent_card_title]) } %>
56
57
<%= govuk_summary_list do |summary_list|
58
summary_list.with_row do |row|
0 commit comments