Skip to content

Commit

Permalink
Merge pull request #1323 from alphagov/update-applicant-details
Browse files Browse the repository at this point in the history
Update "Applicant details" example page
  • Loading branch information
Dave House authored May 8, 2019
2 parents 8d3e41f + acca7ad commit 1eef89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/full-page-examples/applicant-details/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<form method="post" novalidate>

<div class="form-group {%- if errors["full-name"] %} form-group-error {% endif %}">
<label class="form-label" for="full-name">
<label class="form-label-bold" for="full-name">
Full name
<span class="form-hint">
Please enter your name as it’s written on official documents such as a passport or driving licence.
Expand Down Expand Up @@ -88,7 +88,7 @@
fieldset: {
legend: {
text: "Date of birth",
classes: "govuk-fieldset__legend--m"
classes: "govuk-fieldset__legend--s"
}
},
hint: {
Expand Down

0 comments on commit 1eef89c

Please sign in to comment.