We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed0df77 + aa98b98 commit 1a13ae3Copy full SHA for 1a13ae3
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