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) %> -
- 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 %>