From a0134c041aa5b0f900a31eee29d523875c3a086b Mon Sep 17 00:00:00 2001 From: augustlindemer <118665588+augustlindemer@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:48:50 +0100 Subject: [PATCH] slightly tweak proposed residential unit wording --- .../components/List/schemas/ResidentialUnits/Proposed.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/Proposed.ts b/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/Proposed.ts index f782a79d55..a62a70cfef 100644 --- a/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/Proposed.ts +++ b/editor.planx.uk/src/@planx/components/List/schemas/ResidentialUnits/Proposed.ts @@ -62,9 +62,9 @@ export const ResidentialUnitsProposed: Schema = { { type: "number", data: { - title: "How many units of the type described above are proposed?", + title: "How many units of the type described above are you proposing?", description: - "This is the number of units of the type described above that will be on the site after completion of the project.", + "This is the total number of units of this type that will be on the site after completion of the project.", fn: "identicalUnits", allowNegatives: false, },