diff --git a/app/views/shared/_student_finances.html.erb b/app/views/shared/_student_finances.html.erb index 8ccae06533..fc424c836a 100644 --- a/app/views/shared/_student_finances.html.erb +++ b/app/views/shared/_student_finances.html.erb @@ -9,7 +9,7 @@

<%= hint_line %>

<% end end, - caption: { text: t("generic.#{client_or_partner}_means_caption"), size: "l" }, + caption: { text: t("generic.#{client_or_partner}_means_caption"), size: "xl" }, legend: { text: content_for(:page_title), tag: "h1", size: "xl" } do %> <%= form.govuk_radio_button(:student_finance, true, label: { text: t("generic.yes") }, checked: @receives_student_finance, link_errors: true) do %> <%= form.govuk_text_field( diff --git a/app/views/shared/means/_regular_outgoing.html.erb b/app/views/shared/means/_regular_outgoing.html.erb index d5845a3668..061b86721c 100644 --- a/app/views/shared/means/_regular_outgoing.html.erb +++ b/app/views/shared/means/_regular_outgoing.html.erb @@ -5,7 +5,7 @@ <%= f.govuk_check_boxes_fieldset :transaction_type_ids, legend: { tag: "h1", size: "xl" }, - caption: { text: caption, size: "l" } do %> + caption: { text: caption, size: "xl" } do %> <% @form.transaction_type_options.each_with_index do |transaction_type, index| %> <%= f.govuk_check_box :transaction_type_ids,