From aeef81c3ad5ca60d19dc08fd6314a38463ff8e41 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:39:33 +0100 Subject: [PATCH] CLDC-2011 Update income hard validation messages (#1534) * feat: change inequality to be inclusive in error message * feat: remove .00s * feat: grammar --- config/locales/en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index f0b52ce9f..074a00147 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -253,10 +253,10 @@ en: freq_missing: "Select how often the household receives income" earnings_missing: "Enter how much income the household has in total" income: - over_hard_max_for_london: "Income must not exceed £90,000.00 for properties within London local authorities" - over_hard_max_for_outside_london: "Income must not exceed £80,000.00 for properties outside London local authorities" - combined_over_hard_max_for_london: "Combined income must not exceed £90,000.00 for properties within London local authorities" - combined_over_hard_max_for_outside_london: "Combined income must not exceed £80,000.00 for properties outside London local authorities" + over_hard_max_for_london: "Income must be £90,000 or lower for properties within a London local authority" + over_hard_max_for_outside_london: "Income must be £80,000 or lower for properties outside London local authority" + combined_over_hard_max_for_london: "Combined income must be £90,000 or lower for properties within a London local authority" + combined_over_hard_max_for_outside_london: "Combined income must be £80,000 or lower for properties outside London local authorities" child_has_income: "Child's income must be £0" negative_currency: "Enter an amount above 0" rent: