From 4664716d3923bfc546282c929e67fcc60f5eb225 Mon Sep 17 00:00:00 2001 From: baarkerlounger <5101747+baarkerlounger@users.noreply.github.com> Date: Tue, 17 May 2022 12:16:28 +0100 Subject: [PATCH] Remove joint tenancy hitn text and add don't know option (#579) --- config/forms/2022_2023.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/forms/2022_2023.json b/config/forms/2022_2023.json index c6ed9dcad..93177a301 100644 --- a/config/forms/2022_2023.json +++ b/config/forms/2022_2023.json @@ -951,7 +951,7 @@ "joint": { "check_answer_label": "Is this a joint tenancy?", "header": "Is this a joint tenancy?", - "hint_text": "For example, 27 3 2021.", + "hint_text": "", "type": "radio", "answer_options": { "1": { @@ -959,6 +959,9 @@ }, "2": { "value": "No" + }, + "3": { + "value": "Don’t know" } } }