From 49482aeb3428b8a7c1a8134e129736fb2f7ec519 Mon Sep 17 00:00:00 2001 From: roobottom Date: Mon, 11 Apr 2022 13:23:39 +0100 Subject: [PATCH] updated key and options on letting_in_sheltered_accommodation --- config/forms/2021_2022.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json index 70ef33494..191d043c8 100644 --- a/config/forms/2021_2022.json +++ b/config/forms/2021_2022.json @@ -1064,25 +1064,25 @@ "header": "", "description": "", "questions": { - "letting_in_sheltered_accommodation": { + "shelteredaccom": { "check_answer_label": "Is this letting in sheltered accommodation?", "header": "Is this letting in sheltered accommodation?", "hint_text": "", "type": "radio", "answer_options": { - "0": { + "1": { "value": "Yes – sheltered housing" }, - "1": { + "2": { "value": "Yes – extra care housing" }, - "2": { + "3": { "value": "No" }, "divider": { "value": true }, - "3": { + "4": { "value": "Don’t know" } }