From 64a4a7ba95525c09a82f84017151e873d9862b91 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Tue, 13 Dec 2022 15:48:55 +0000 Subject: [PATCH] feat: add updated validation message and rename related housing provider -> stock owner --- config/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index ee3ad6b25..6e56d923a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -117,9 +117,9 @@ en: name_missing: "Enter the name of the organisation" provider_type_missing: "Select the organisation type" housing_provider: - blank: "You must choose a housing provider" - already_added: "You have already added this housing provider" - does_not_own_stock: "Enter an organisation that owns housing stock" + blank: "You must choose a stock owner" + already_added: "You have already added this stock owner" + does_not_own_stock: "You can only add stock owners who own stock, which this organisation does not." managing_agent: blank: "You must choose a managing agent" already_added: "You have already added this managing agent"