From cf6deda37eaeebd61692e29fb7d03e6e6f55349b Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 19 Jul 2023 10:30:22 +0100 Subject: [PATCH] feat: update 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 09abf6729..7d9f3d087 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -198,7 +198,7 @@ en: managing_agent: blank: "You must choose a managing agent" already_added: "You have already added this managing agent" - merged: "Select an organisation that has not been merged" + merged: "That organisation has already been merged. Select a different organisation." not_answered: "You must answer %{question}" invalid_option: "Enter a valid value for %{question}" invalid_number: "Enter a number for %{question}"