Browse Source

feat: remove .00s

pull/1534/head
natdeanlewissoftwire 3 years ago
parent
commit
35a3f94724
  1. 8
      config/locales/en.yml

8
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 be £90,000.00 or lower for properties within London local authorities"
over_hard_max_for_outside_london: "Income must be £80,000.00 or lower for properties outside London local authorities"
combined_over_hard_max_for_london: "Combined income must be £90,000.00 or lower for properties within London local authorities"
combined_over_hard_max_for_outside_london: "Combined income must be £80,000.00 or lower for properties outside London local authorities"
over_hard_max_for_london: "Income must be £90,000 or lower for properties within London local authorities"
over_hard_max_for_outside_london: "Income must be £80,000 or lower for properties outside London local authorities"
combined_over_hard_max_for_london: "Combined income must be £90,000 or lower for properties within London local authorities"
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:

Loading…
Cancel
Save