Use this service to submit social housing lettings and sales data to the Department for Levelling Up, Housing and Communities (DLUHC).
-
We’ll ask you questions about a sale or letting, like details about the household or property. Your answers will create a log that you can submit directly to us.
+
We’ll ask you questions about a letting or sale, like details about the household or property. Your answers will create a log that you can submit directly to us.
Your organisation can also:
- upload data for multiple sales and lettings
diff --git a/config/forms/2021_2022.json b/config/forms/2021_2022.json
index ab28d23e9..b63ab92a5 100644
--- a/config/forms/2021_2022.json
+++ b/config/forms/2021_2022.json
@@ -65,13 +65,13 @@
"description": "",
"questions": {
"sale_or_letting": {
- "check_answer_label": "Sale or letting",
- "header": "Is this a sale or a letting?",
+ "check_answer_label": "Letting or sale",
+ "header": "Is this a letting or sale?",
"hint_text": "",
"type": "radio",
"answer_options": {
- "0": "Sale",
- "1": "Letting"
+ "1": "Letting",
+ "0": "Sale"
}
}
},
diff --git a/spec/fixtures/forms/2022_2023.json b/spec/fixtures/forms/2022_2023.json
index c666dc37a..fc0ba89f1 100644
--- a/spec/fixtures/forms/2022_2023.json
+++ b/spec/fixtures/forms/2022_2023.json
@@ -36,13 +36,13 @@
"description": "",
"questions": {
"sale_or_letting": {
- "check_answer_label": "Sale or letting",
- "header": "Is this a sale or a letting?",
+ "check_answer_label": "Letting or sale",
+ "header": "Is this a letting or sale?",
"hint_text": "",
"type": "radio",
"answer_options": {
- "0": "Sale",
- "1": "Letting"
+ "1": "Letting",
+ "0": "Sale"
}
}
},