We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19aa41 commit 5f67334Copy full SHA for 5f67334
1 file changed
app/views/book-into-a-clinic/form/vaccination-choice.njk
@@ -46,7 +46,8 @@
46
{{ checkboxes({
47
fieldset: {
48
legend: {
49
- text: __("clinicBooking.vaccinationChoice.vaccinations.label", firstName)
+ text: __("clinicBooking.vaccinationChoice.vaccinations.label", firstName),
50
+ size: "m"
51
}
52
},
53
hint: { text: __("clinicBooking.vaccinationChoice.vaccinations.hint") },
0 commit comments