From 1d360eeab8c16f6ec16442da6bb9f1541436ce7b Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 14 Jun 2024 15:52:47 +0100 Subject: [PATCH] Update invalid rent period error message --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 63b159b32..23c0bb489 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -429,7 +429,7 @@ en: under_10: "Enter a total charge that is at least £10.00 per week" less_than_shortfall: "The total charge must be more than the outstanding amount" rent_period: - invalid_for_org: "%{org_name} does not charge rent %{rent_period}" + invalid_for_org: "%{org_name} does not use %{rent_period} as a rent period. Choose another rent period, or a data coordinator can add rent periods to your organisation" carehome: out_of_range: "Household rent and other charges must be between %{min_chcharge} and %{max_chcharge} if paying %{period}" not_provided: "Enter how much rent and other charges the household pays %{period}"