You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a parental responsibility block in the clinic booking journey
This isn't the best solution, but is only intended as a quick way to address the need for parental responsibility. See the comment in parental-responsibility.njk for a better proposed solution.
Copy file name to clipboardExpand all lines: app/locales/en.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,11 @@ export const en = {
332
332
label: 'Relationship to child'
333
333
}
334
334
},
335
+
parentalResponsibility: {
336
+
title: 'You will be unable to give consent',
337
+
description:
338
+
'To give or refuse consent for a child’s vaccination, you need to have parental responsibility.\n\nIf you have any questions, please contact the local health organisation by calling {{team.tel}}, or email {{team.email}}.'
339
+
},
335
340
vaccinationChoice: {
336
341
title: 'Do you agree to %s having the following vaccinations?',
0 commit comments