Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

FS-4365-accessibility-critical-and-serious-v1 #546

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions fsd_config/form_jsons/hsra_r1/applicant-information-hsra.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
},
"type": "TextField",
"title": "Full name",
"hint": "Full name"
"hint": "<label class=\"govuk-label\" for=\"OkKkMd\">Full name</label>"
},
{
"name": "Lwkcam",
"options": {
"hideTitle": true
},
"type": "TextField",
"hint": "<label class=\"govuk-label\">Job title</label>",
"hint": "<label class=\"govuk-label\" for=\"Lwkcam\">Job title</label>",
"title": "Job title"
},
{
Expand All @@ -49,7 +49,7 @@
},
"type": "EmailAddressField",
"title": "Email address",
"hint": "<label class=\"govuk-label\">Email address</label>"
"hint": "<label class=\"govuk-label\" for=\"XfiUqN\">Email address</label>"
},
{
"name": "DlZjvr",
Expand All @@ -58,7 +58,7 @@
},
"type": "TelephoneNumberField",
"title": "Telephone number",
"hint": "<label class=\"govuk-label\">Telephone number</label>"
"hint": "<label class=\"govuk-label\" for=\"DlZjvr\">Telephone number</label>"
}
],
"next": [
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.1.280
VERSION=0.1.281
Loading