From fdabb3b5ad5258c064ceae0b5fb97e3f70bd60d0 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Tue, 11 Jan 2022 16:45:01 +0000 Subject: [PATCH] Always say lettings before sales --- app/views/start/index.html.erb | 2 +- config/forms/2021_2022.json | 8 ++++---- spec/fixtures/forms/2022_2023.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/start/index.html.erb b/app/views/start/index.html.erb index 7ba5625fa..d223bfca1 100644 --- a/app/views/start/index.html.erb +++ b/app/views/start/index.html.erb @@ -5,7 +5,7 @@

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" } } },