@@ -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,43 @@ 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 :
604+ 'Which country was the 1st dose of the MMR vaccination given in?' ,
605+ label : 'Country'
606+ } ,
602607 createdAt : {
608+ title : 'When was the 1st dose given?' ,
603609 label : 'Date of vaccination'
604610 } ,
605- location : {
606- label : 'Location'
607- } ,
608- country : {
609- label : 'Country'
611+ scheduled : {
612+ title : 'Was the 1st dose given when your child was 12 months old?' ,
613+ hint : 'This is usually the child’s age when the 1st dose is offered'
610614 }
611615 } ,
612616 secondDose : {
613617 label : 'Details of 2nd MMR dose' ,
614618 title : 'When and where did your child get their 2nd MMR dose?' ,
615619 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'
620+ 'The 2nd dose is usually offered when children are 3 years and 4 months old' ,
621+ country : {
622+ title :
623+ 'Which country was the 2nd dose of the MMR vaccination given in?' ,
624+ label : 'Country'
623625 } ,
624- location : {
625- label : 'Location' ,
626- title : 'Location' ,
627- hint : 'Give the name and address of the GP surgery if you can remember it'
626+ createdAt : {
627+ title : 'When was the 2nd dose given?' ,
628+ label : 'Date of vaccination'
628629 } ,
630+ scheduled : {
631+ title :
632+ 'Was the 2nd dose given when your child was 3 years and 4 months old?' ,
633+ hint : 'This is usually the child’s age when the 2nd dose is offered'
634+ }
635+ } ,
636+ previousDose : {
629637 country : {
630638 label : 'Country' ,
631- title : 'Country' ,
632639 england : 'England' ,
633640 scotland : 'Scotland' ,
634641 wales : 'Wales' ,
@@ -637,6 +644,14 @@ export const en = {
637644 } ,
638645 countryOther : {
639646 title : 'Which country was the vaccination given in?'
647+ } ,
648+ createdAt : {
649+ label : 'Date' ,
650+ 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'
651+ } ,
652+ scheduled : {
653+ yes : 'Yes' ,
654+ no : 'No'
640655 }
641656 } ,
642657 healthAnswers : {
0 commit comments