From 4e7a9bd30d8b39dae9594a4df101951c4cdaf010 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Tue, 1 Nov 2022 14:02:26 +0000 Subject: [PATCH] feat: add error messages on scheme_id and location_id as well as la page --- config/locales/en.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 3a2dc49e4..c7aebac8f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -190,6 +190,12 @@ en: brent: below_hard_min: "Rent is below the absolute minimum expected for a property of this type. Please check the rent, rent period, local authority and (if general needs) number of bedrooms" above_hard_max: "Rent is higher than the absolute maximum expected for a property of this type. Please check the rent, rent period, local authority and (if general needs) number of bedrooms" + scheme_id: + below_hard_min: "Rent is below the absolute minimum expected for a property of this type. Please check the rent, rent period and local authority" + above_hard_max: "Rent is higher than the absolute maximum expected for a property of this type. Please check the rent, rent period and local authority" + location_id: + below_hard_min: "Rent is below the absolute minimum expected for a property of this type. Please check the rent, rent period and local authority" + above_hard_max: "Rent is higher than the absolute maximum expected for a property of this type. Please check the rent, rent period and local authority" postcode_known: below_hard_min: "Rent is below the absolute minimum expected for a property of this type. Please check the rent, rent period, local authority and number of bedrooms" above_hard_max: "Rent is higher than the absolute maximum expected for a property of this type. Please check the rent, rent period, local authority and number of bedrooms"