Skip to content

Commit

Permalink
Amend form errors heading
Browse files Browse the repository at this point in the history
  • Loading branch information
steventux committed Aug 14, 2023
1 parent b32d8b5 commit 29eba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/support_interface/uploads/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds-from-desktop">
<%= form_with model: @upload_form, url: [:support_interface, :uploads] do |f| %>
<%= f.govuk_error_summary %>
<%= f.govuk_error_summary("There’s a problem") %>
<%= f.govuk_file_field :file,
label: { text: "Upload records (CSV)", size: "l", tag: "h1" },
Expand Down

0 comments on commit 29eba1e

Please sign in to comment.