We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57d6ad commit 2cee5f9Copy full SHA for 2cee5f9
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