From fb7ccf2c33467031f01eaf2d81069982091606f7 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:22:57 +0000 Subject: [PATCH] Fix typo --- config/locales/validations/sales/property_information.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/validations/sales/property_information.en.yml b/config/locales/validations/sales/property_information.en.yml index 3ac00a2c0..f421177af 100644 --- a/config/locales/validations/sales/property_information.en.yml +++ b/config/locales/validations/sales/property_information.en.yml @@ -7,7 +7,7 @@ en: joint_purchase: "Buyers’ last accommodation and discounted ownership postcodes must match." not_joint_purchase: "Buyer’s last accommodation and discounted ownership postcodes must match." invalid: "Enter a postcode in the correct format, for example AA1 1AA." - not_in_england: "It looks like you have an entered a postcode outside of England. Only create logs for sales in England." + not_in_england: "It looks like you have entered a postcode outside of England. Only create logs for sales in England." ppostcode_full: postcode_must_match_previous: joint_purchase: "Buyers’ last accommodation and discounted ownership postcodes must match." @@ -35,5 +35,5 @@ en: uprn_selection: not_in_england: "It looks like you have entered an address outside of England. Only create logs for sales in England." saledate: - postcode_not_in_england: "It looks like you have an entered a postcode outside of England. Only create logs for sales in England." + postcode_not_in_england: "It looks like you have entered a postcode outside of England. Only create logs for sales in England." address_not_in_england: "It looks like you have entered an address outside of England. Only create logs for sales in England."