Skip to content

Commit

Permalink
Update h1s on record found and not found pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailMcP committed Aug 21, 2023
1 parent fa9eba9 commit 8bef147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/searches/no_record.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">No record found</h1>
<h1 class="govuk-heading-l">No record found on the Children’s Barred List</h1>

<%= govuk_summary_list(
rows: [
Expand Down
2 changes: 1 addition & 1 deletion app/views/searches/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">Record found</h1>
<h1 class="govuk-heading-l">Record found on the Children’s Barred List</h1>

<%= govuk_summary_list(
rows: [
Expand Down

0 comments on commit 8bef147

Please sign in to comment.