Browse Source

fixup to match changes from #512 + hbrentshortfall

pull/508/head
roobottom 3 years ago
parent
commit
87f69cc4c0
  1. 18
      config/forms/2022_2023.json

18
config/forms/2022_2023.json

@ -1140,7 +1140,6 @@
}, },
"household": { "household": {
"label": "About the household", "label": "About the household",
"description": "Make sure the tenant has seen <a class=\"govuk-link\" href=\"/privacy-notice\">the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice</a> before completing this section.",
"subsections": { "subsections": {
"household_characteristics": { "household_characteristics": {
"label": "Household characteristics", "label": "Household characteristics",
@ -1151,16 +1150,18 @@
], ],
"pages": { "pages": {
"declaration": { "declaration": {
"header": "", "header": "Department for Levelling Up, Housing & Communities privacy notice",
"description": "", "description": "",
"questions": { "questions": {
"declaration": { "declaration": {
"header": "",
"guidance_partial": "privacy_notice",
"check_answer_label": "Tenant has seen the privacy notice", "check_answer_label": "Tenant has seen the privacy notice",
"header": "Department for Levelling Up, Housing & Communities privacy notice ",
"hint_text": "Make sure the tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice before submitting this log",
"type": "checkbox", "type": "checkbox",
"answer_options": { "answer_options": {
"declaration": "The tenant has seen the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice" "declaration": {
"value": "The tenant has seen the DLUHC privacy notice"
}
} }
} }
} }
@ -5702,11 +5703,14 @@
"hint_text": "Also known as the ‘outstanding amount’.", "hint_text": "Also known as the ‘outstanding amount’.",
"type": "radio", "type": "radio",
"answer_options": { "answer_options": {
"0": { "1": {
"value": "Yes" "value": "Yes"
}, },
"1": { "2": {
"value": "No" "value": "No"
},
"3": {
"value": "Don’t know"
} }
} }
} }

Loading…
Cancel
Save