Browse Source

Fix typo

pull/2924/head
Manny Dinssa 2 months ago
parent
commit
fb7ccf2c33
  1. 4
      config/locales/validations/sales/property_information.en.yml

4
config/locales/validations/sales/property_information.en.yml

@ -7,7 +7,7 @@ en:
joint_purchase: "Buyers’ last accommodation and discounted ownership postcodes must match." joint_purchase: "Buyers’ last accommodation and discounted ownership postcodes must match."
not_joint_purchase: "Buyer’s 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." 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: ppostcode_full:
postcode_must_match_previous: postcode_must_match_previous:
joint_purchase: "Buyers’ last accommodation and discounted ownership postcodes must match." joint_purchase: "Buyers’ last accommodation and discounted ownership postcodes must match."
@ -35,5 +35,5 @@ en:
uprn_selection: uprn_selection:
not_in_england: "It looks like you have entered an address outside of England. Only create logs for sales in England." not_in_england: "It looks like you have entered an address outside of England. Only create logs for sales in England."
saledate: 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." address_not_in_england: "It looks like you have entered an address outside of England. Only create logs for sales in England."

Loading…
Cancel
Save