Browse Source

Fix error messages for date

pull/2763/head
Kat 9 months ago
parent
commit
308a2d5943
  1. 4
      config/locales/validations/lettings/property_information.en.yml
  2. 4
      config/locales/validations/sales/property_information.en.yml

4
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"

4
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"

Loading…
Cancel
Save