Skip to content

Commit c3fc933

Browse files
Updating to latest design
1 parent 0544679 commit c3fc933

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

app/views/design/what-is-your-current-address-selection.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
{
104104
"value": "wrong address~/design/what-is-your-current-address",
105-
"text": "The address is not listed here.",
105+
"text": "I cannot find the address on the list.",
106106
"hint": {
107107
},
108108
checked: checked("select-current-address", "")
@@ -179,7 +179,7 @@
179179
},
180180
{
181181
"value": "wrong address~/design/what-is-your-current-address",
182-
"text": "The address is not listed here.",
182+
"text": "I cannot find the address on the list.",
183183
"hint": {
184184
},
185185
checked: checked("select-current-address", "")

app/views/live/what-is-your-current-address-selection.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@
4040
}
4141
}) %}
4242

43-
<div class="nhsuk-hint" id="contact-hint">
44-
<p>6 addresses found for {{ data['house-number-address'] ~ ' and ' ~ data['find-current-address'] if data['house-number-address'] and data['find-current-address'] else '24 and LS13 9PO' }}</p>
45-
</div>
43+
<p>6 addresses found for {{ data['house-number-address'] ~ ' and ' ~ data['find-current-address'] if data['house-number-address'] and data['find-current-address'] else '24 and LS13 9PO' }}</p>
4644

4745
{{ radios({
4846
"idPrefix": "select-current-address",
@@ -74,12 +72,9 @@
7472
"checked": checked("select-current-address", "address5")
7573
},
7674
{
77-
"divider": "or"
78-
},
79-
{
80-
"value": "wrong address~/live/what-is-your-current-address-manual",
81-
"text": "I cannot find the address on the list.",
82-
"checked": checked("select-current-address", "")
75+
"value": "address6",
76+
"text": "6 Town Street, London, SW1A 1AA",
77+
"checked": checked("select-current-address", "address6")
8378
}
8479
]
8580
}) }}

0 commit comments

Comments
 (0)