diff --git a/editor.planx.uk/src/@planx/components/List/schemas/GLA/CommunalSpace.ts b/editor.planx.uk/src/@planx/components/List/schemas/GLA/CommunalSpace.ts index 726cc1977e..e942a3b989 100644 --- a/editor.planx.uk/src/@planx/components/List/schemas/GLA/CommunalSpace.ts +++ b/editor.planx.uk/src/@planx/components/List/schemas/GLA/CommunalSpace.ts @@ -9,8 +9,8 @@ export const CommunalSpaceGLA: Schema = { title: "Is this unit of communal space lost or gained?", fn: "development", options: [ - { id: "gained", data: { text: "Gained", val: "gained" } }, - { id: "lost", data: { text: "Lost", val: "lost" } }, + { id: "gain", data: { text: "Gained", val: "gain" } }, + { id: "loss", data: { text: "Lost", val: "loss" } }, ], }, },