@@ -524,7 +524,7 @@ export const en = {
524524 hint : 'This is suitable for children who do not use gelatine products, or if they cannot have the nasal spray vaccine for medical reasons'
525525 } ,
526526 alreadyVaccinated : {
527- label : 'My child has already had both doses of the MMR vaccination ' ,
527+ label : 'My child has already had both doses of the MMR vaccine ' ,
528528 hint : 'Children need 2 doses of the MMR vaccine to be fully protected'
529529 } ,
530530 no : {
@@ -578,7 +578,7 @@ export const en = {
578578 other : ReplyRefusal . AlreadyVaccinated . replace ( 'Vaccine' , 'Vaccines' )
579579 } ,
580580 alreadyVaccinatedMMR :
581- 'My child has already had both doses of the MMR vaccination ' ,
581+ 'My child has already had both doses of the MMR vaccine ' ,
582582 gettingElsewhere : {
583583 one : ReplyRefusal . GettingElsewhere ,
584584 other : ReplyRefusal . GettingElsewhere . replace ( 'Vaccine' , 'Vaccines' )
@@ -599,36 +599,41 @@ export const en = {
599599 label : 'Details of 1st MMR dose' ,
600600 title : 'When and where did your child get their 1st MMR dose?' ,
601601 description : 'The 1st dose is usually offered at 12 months' ,
602+ country : {
603+ title : 'Which country was the 1st dose of the MMR vaccine given in?' ,
604+ label : 'Country'
605+ } ,
602606 createdAt : {
607+ title : 'When was the 1st dose given?' ,
603608 label : 'Date of vaccination'
604609 } ,
605- location : {
606- label : 'Location'
607- } ,
608- country : {
609- label : 'Country'
610+ scheduled : {
611+ title : 'Was the 1st dose given when your child was 12 months old?' ,
612+ hint : 'This is usually the child’s age when the 1st dose is offered'
610613 }
611614 } ,
612615 secondDose : {
613616 label : 'Details of 2nd MMR dose' ,
614617 title : 'When and where did your child get their 2nd MMR dose?' ,
615618 description :
616- 'The 2nd dose is usually offered when children are 3 years old'
617- } ,
618- previousDose : {
619- createdAt : {
620- label : 'Date' ,
621- title : 'Date of vaccination' ,
622- hint : 'If you do not know the exact date of the vaccination, you can leave the day field empty and enter your best guess for the month'
619+ 'The 2nd dose is usually offered when children are 3 years and 4 months old' ,
620+ country : {
621+ title : 'Which country was the 2nd dose of the MMR vaccine given in?' ,
622+ label : 'Country'
623623 } ,
624- location : {
625- label : 'Location' ,
626- title : 'Location' ,
627- hint : 'Give the name and address of the GP surgery if you can remember it'
624+ createdAt : {
625+ title : 'When was the 2nd dose given?' ,
626+ label : 'Date of vaccination'
628627 } ,
628+ scheduled : {
629+ title :
630+ 'Was the 2nd dose given when your child was 3 years and 4 months old?' ,
631+ hint : 'This is usually the child’s age when the 2nd dose is offered'
632+ }
633+ } ,
634+ previousDose : {
629635 country : {
630636 label : 'Country' ,
631- title : 'Country' ,
632637 england : 'England' ,
633638 scotland : 'Scotland' ,
634639 wales : 'Wales' ,
@@ -637,6 +642,14 @@ export const en = {
637642 } ,
638643 countryOther : {
639644 title : 'Which country was the vaccination given in?'
645+ } ,
646+ createdAt : {
647+ label : 'Date' ,
648+ hint : 'If you do not know the exact date of the vaccination, leave the day field empty and enter your best guess for the month'
649+ } ,
650+ scheduled : {
651+ yes : 'Yes' ,
652+ no : 'No'
640653 }
641654 } ,
642655 healthAnswers : {
0 commit comments