Browse Source

Update content strings (#407)

pull/413/head
baarkerlounger 3 years ago committed by GitHub
parent
commit
8402ca36ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/case_logs/_log_list.html.erb
  2. 4
      config/forms/2021_2022.json

2
app/views/case_logs/_log_list.html.erb

@ -9,7 +9,7 @@
<th class="govuk-table__header" scope="col">Log</th>
<th class="govuk-table__header" scope="col">Tenant</th>
<th class="govuk-table__header" scope="col">Property</th>
<th class="govuk-table__header" scope="col">Tenacy starts</th>
<th class="govuk-table__header" scope="col">Tenancy starts</th>
<th class="govuk-table__header" scope="col">Log created</th>
<th class="govuk-table__header" scope="col">Completed</th>
</tr>

4
config/forms/2021_2022.json

@ -106,7 +106,7 @@
"type": "radio",
"answer_options": {
"1": {
"value": "Affordable rent"
"value": "Affordable Rent"
},
"2": {
"value": "London Affordable Rent"
@ -132,7 +132,7 @@
},
"intermediate_rent_product_name": {
"check_answer_label": "Product name",
"header": "What is intermediate rent product name?",
"header": "Name of rent product",
"type": "text"
}
}

Loading…
Cancel
Save