Browse Source

CLDC-4266: Update manual address clear copy (#3211)

* CLDC-4266: Reference UPRN in clear button for newbuilds

* fixup! CLDC-4266: Reference UPRN in clear button for newbuilds

* CLDC-4266: Revert "Reference UPRN in clear button for newbuilds"

This reverts commit c2f88d5da4.

This reverts commit 830e8b802b.

* CLDC-4266: Reference UPRN in clear button
CLDC-4236-temp-revert-pipeline-updates
Samuel Young 1 week ago committed by GitHub
parent
commit
28acdea41f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/views/form/guidance/_address_fallback.html.erb

2
app/views/form/guidance/_address_fallback.html.erb

@ -1,3 +1,3 @@
<div class="govuk-button-group">
<%= govuk_link_to "Clear address and search instead", address_search_input_path(@log.log_type, @log.id), class: "govuk-button govuk-button--secondary" %>
<%= govuk_link_to "Clear address and search by UPRN instead", address_search_input_path(@log.log_type, @log.id), class: "govuk-button govuk-button--secondary" %>
</div>

Loading…
Cancel
Save