diff --git a/app/views/shared/_address_lookup.html.erb b/app/views/shared/_address_lookup.html.erb index 8721afe993..3f2c032809 100644 --- a/app/views/shared/_address_lookup.html.erb +++ b/app/views/shared/_address_lookup.html.erb @@ -7,7 +7,7 @@ <%= form.govuk_fieldset legend: { size: "xl", tag: "h1", text: t(".heading", location:) } do %> <%= form.govuk_text_field :postcode, label: { text: t(".label.postcode"), tag: "h2", size: "m" }, width: 10 %> <%= form.govuk_text_field :building_number_name, label: { text: t(".label.building_number_name"), tag: "h2", size: "m" }, width: 10 %> - <%= govuk_warning_text(text: t(".helper_text")) %> + <%= govuk_warning_text(text: t(".helper_text.#{location}")) %> <% end %> <% if location == "home" %> diff --git a/config/locales/en/shared.yml b/config/locales/en/shared.yml index 7580d29739..31848ab59a 100644 --- a/config/locales/en/shared.yml +++ b/config/locales/en/shared.yml @@ -98,17 +98,20 @@ en: non_uk_address_link: Enter a non-UK address submit_button: Find address helper_text: - The address you provide is only for this application. If your client has - other certificated legal aid cases where a different address has been used, - you should review and update those records in CCMS. + home: + If your client has applied for legal aid in the past with a different home address, you will also need to update their record in CCMS. + correspondence: + The address you provide is only for this application. If your client has + other certificated legal aid cases where a different address has been used, + you should review and update those records in CCMS. address_selection: select_address: heading: Select your client's %{location} address addresses_found_html: | - %{number} addresses found for + %{number} addresses found for %{postcode}. addresses_found_long_html: | - %{number} addresses found for + %{number} addresses found for %{postcode} and %{building_name_number}. link_text: Enter an address manually @@ -116,10 +119,10 @@ en: confirm_address: heading: Confirm your client's %{location} address addresses_found_html: | - 1 address found for + 1 address found for %{postcode}. addresses_found_long_html: | - 1 address found for + 1 address found for %{postcode} and %{building_name_number}. search_again: Search again @@ -128,12 +131,12 @@ en: no_address: heading: No address found addresses_found_html: | - We could not find an address that matches + We could not find an address that matches %{postcode}. addresses_found_long_html: | - We could not find an address that matches + We could not find an address that matches %{postcode} - with a building number or name of + with a building number or name of %{building_name_number}. paragraph_2: You can change the postcode or enter the address manually. change_postcode: Change the postcode