@@ -1056,7 +1056,7 @@ export const en = {
10561056 } ,
10571057 'invite-clinic' : {
10581058 label : 'Clinic booking' ,
1059- name : '{{consent. child.firstName}} has still not had their {{session.vaccinationNames.sentenceCase}}'
1059+ name : '{{child.firstName}} has still not had their {{session.vaccinationNames.sentenceCase}}'
10601060 } ,
10611061 'invite-clinic-reminder' : {
10621062 label : 'Clinic booking reminder' ,
@@ -1068,28 +1068,28 @@ export const en = {
10681068 } ,
10691069 'consent-already-vaccinated' : {
10701070 label : 'Already vaccinated' ,
1071- name : 'You’ve told us that {{consent. child.firstName}} is fully vaccinated against MMR'
1071+ name : 'You’ve told us that {{child.firstName}} is fully vaccinated against MMR'
10721072 } ,
10731073 'consent-given' : {
10741074 label : 'Consent given' ,
1075- name : '{{session.vaccinationNames.titleCase}} on {{session.formatted.nextDate}} for {{consent. child.firstName}}'
1075+ name : '{{session.vaccinationNames.titleCase}} on {{session.formatted.nextDate}} for {{child.firstName}}'
10761076 } ,
10771077 'consent-given-changed-school' : {
10781078 label : 'Consent given (changed school)' ,
10791079 name : 'Your child’s {{session.vaccinationNames.sentenceCase}}'
10801080 } ,
10811081 'consent-refused' : {
10821082 label : 'Consent refused' ,
1083- name : '{{session.vaccinationNames.titleCase}} on {{session.formatted.nextDate}} for {{consent. child.firstName}}'
1083+ name : '{{session.vaccinationNames.titleCase}} on {{session.formatted.nextDate}} for {{child.firstName}}'
10841084 } ,
10851085 'consent-followed-up' : {
10861086 // Reuses same confirmation as that for consent refused (or given)
10871087 label : 'Consent refusal confirmed' ,
1088- name : '{{session.vaccinationNames.titleCase}} on {{session.formatted.nextDate}} for {{consent. child.firstName}}'
1088+ name : '{{session.vaccinationNames.titleCase}} on {{session.formatted.nextDate}} for {{child.firstName}}'
10891089 } ,
10901090 'consent-needs-triage' : {
10911091 label : 'Consent needs triage' ,
1092- name : '{{session.vaccinationNames.titleCase}} on {{session.formatted.nextDate}} for {{consent. child.firstName}}'
1092+ name : '{{session.vaccinationNames.titleCase}} on {{session.formatted.nextDate}} for {{child.firstName}}'
10931093 } ,
10941094 'consent-unknown-contact' : {
10951095 label : 'Consent response from unknown contact' ,
@@ -1101,7 +1101,7 @@ export const en = {
11011101 } ,
11021102 'triage-vaccinate-second-dose' : {
11031103 label : 'Vaccinate (second dose)' ,
1104- name : '{{consent. child.firstName}} needs another dose of the MMR vaccination'
1104+ name : '{{child.firstName}} needs another dose of the MMR vaccination'
11051105 } ,
11061106 'triage-delay-vaccination' : {
11071107 label : 'Delay vaccination' ,
@@ -1117,11 +1117,11 @@ export const en = {
11171117 } ,
11181118 'vaccination-reminder' : {
11191119 label : 'Session reminder' ,
1120- name : '{{consent. child.fullName}} may get their {{session.vaccinationNames.sentenceCase}} on {{session.formatted.nextDate}}'
1120+ name : '{{child.fullName}} may get their {{session.vaccinationNames.sentenceCase}} on {{session.formatted.nextDate}}'
11211121 } ,
11221122 'vaccination-already-had' : {
11231123 label : 'Vaccination already had' ,
1124- name : 'Cancelled {{session.vaccinationNames.sentenceCase}} appointment for {{consent. child.firstName}}'
1124+ name : 'Cancelled {{session.vaccinationNames.sentenceCase}} appointment for {{child.firstName}}'
11251125 } ,
11261126 'vaccination-deleted' : {
11271127 label : 'Vaccination message sent in error' ,
0 commit comments