diff --git a/app/views/searches/new.html.erb b/app/views/searches/new.html.erb index e73f7cd9..662595fb 100644 --- a/app/views/searches/new.html.erb +++ b/app/views/searches/new.html.erb @@ -6,7 +6,7 @@ <%= form_with(model: @search_form, url: result_path, method: :get) do |f| %> <%= f.govuk_error_summary(presenter: SearchFormErrorSummaryPresenter) %> -

Check the Children’s Barred List

+

Check the children’s barred list

<%= f.govuk_text_field :last_name, class: "govuk-input--width-20", label: { text: "Last name", size: "s" } %> <%= f.govuk_date_field :date_of_birth, date_of_birth: true, legend: { text: "Date of birth", size: "s" }, hint: { text: "For example, 31 3 #{40.years.ago.year}" } %> diff --git a/app/views/searches/no_record.html.erb b/app/views/searches/no_record.html.erb index 83c7250c..4d953397 100644 --- a/app/views/searches/no_record.html.erb +++ b/app/views/searches/no_record.html.erb @@ -8,14 +8,14 @@
-

No record found on the Children’s Barred List

+

No record found on the children’s barred list

- No record found for <%= @search.last_name %> born on <%= Date.parse(@search.date_of_birth).to_fs(:long_uk) %> + No record found for <%= @search.last_name %> born on <%= Date.parse(@search.date_of_birth).to_fs(:long_uk) %>.

- <%= govuk_link_to "Try another search", root_path %> + <%= govuk_link_to "Search again", root_path %>