Skip to content

Commit

Permalink
Merge pull request #7315 from ministryofjustice/chore-update-caption-…
Browse files Browse the repository at this point in the history
…sizes

Chore: Update caption sizes to be consistent
  • Loading branch information
agoldstone93 authored Oct 16, 2024
2 parents b8b7a77 + d5a52a1 commit da7b50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/shared/_student_finances.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p class="govuk-hint"><%= hint_line %></p>
<% 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(
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/means/_regular_outgoing.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit da7b50a

Please sign in to comment.