From d40a5a4a126e761463b1e5b29fb022380fbf92c6 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:47:21 +0100 Subject: [PATCH] Remove page header from translations file, it is a default header --- config/locales/forms/2023/sales/property.en.yml | 2 +- config/locales/forms/2024/sales/property.en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/forms/2023/sales/property.en.yml b/config/locales/forms/2023/sales/property.en.yml index f6d74d8e7..e4d928469 100644 --- a/config/locales/forms/2023/sales/property.en.yml +++ b/config/locales/forms/2023/sales/property.en.yml @@ -16,7 +16,7 @@ en: question_text: "Do you know the property's UPRN?" uprn_confirmed: - page_header: "We found an address that might be this property" + page_header: "" check_answer_label: "Is this the right address?" hint_text: "" question_text: "Is this the property address?" diff --git a/config/locales/forms/2024/sales/property.en.yml b/config/locales/forms/2024/sales/property.en.yml index c20151203..2400d744c 100644 --- a/config/locales/forms/2024/sales/property.en.yml +++ b/config/locales/forms/2024/sales/property.en.yml @@ -16,7 +16,7 @@ en: question_text: "Do you know the property's UPRN?" uprn_confirmed: - page_header: "We found an address that might be this property" + page_header: "" check_answer_label: "Is this the right address?" hint_text: "" question_text: "Is this the property address?"