From 308a2d594350212b501147aa547b80ce5e0de886 Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:03:59 +0000 Subject: [PATCH] Fix error messages for date --- .../locales/validations/lettings/property_information.en.yml | 4 ++-- config/locales/validations/sales/property_information.en.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/validations/lettings/property_information.en.yml b/config/locales/validations/lettings/property_information.en.yml index 94207a8cf..a238941a3 100644 --- a/config/locales/validations/lettings/property_information.en.yml +++ b/config/locales/validations/lettings/property_information.en.yml @@ -31,6 +31,6 @@ en: location_id: not_in_england: "“It looks like you have selected a location outside of England - only submit Lettings forms for Lettings that occur in England" startdate: - postcode_not_in_england: "It looks like you have entered an address outside of England - only submit Lettings forms for Lettings that occur in England" - address_not_in_england: "It looks like you have entered a postcode outside of England - only submit Lettings forms for Lettings that occur in England" + postcode_not_in_england: "It looks like you have entered a postcode outside of England - only submit Lettings forms for Lettings that occur in England" + address_not_in_england: "It looks like you have entered an address outside of England - only submit Lettings forms for Lettings that occur in England" location_not_in_england: "“It looks like you have selected a location outside of England - only submit Lettings forms for Lettings that occur in England" diff --git a/config/locales/validations/sales/property_information.en.yml b/config/locales/validations/sales/property_information.en.yml index ac6a69b4d..999e202d9 100644 --- a/config/locales/validations/sales/property_information.en.yml +++ b/config/locales/validations/sales/property_information.en.yml @@ -35,5 +35,5 @@ en: uprn_selection: not_in_england: "It looks like you have entered an address outside of England - only submit Lettings forms for Lettings that occur in England" saledate: - postcode_not_in_england: "It looks like you have entered an address outside of England - only submit Lettings forms for Lettings that occur in England" - address_not_in_england: "It looks like you have entered a postcode outside of England - only submit Lettings forms for Lettings that occur in England" + postcode_not_in_england: "It looks like you have entered a postcode outside of England - only submit Lettings forms for Lettings that occur in England" + address_not_in_england: "It looks like you have entered an address outside of England - only submit Lettings forms for Lettings that occur in England"