We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3970f commit 43f6e19Copy full SHA for 43f6e19
1 file changed
app/enums.js
@@ -532,9 +532,8 @@ export const ReplyMethod = {
532
* @enum {string}
533
*/
534
export const ReplyRefusal = {
535
- Gelatine: 'Nasal vaccine contains gelatine',
536
- GelatineMMR:
537
- 'Do not want my child to have the MMR vaccine that contains gelatine',
+ Gelatine: 'I’m concerned the nasal vaccine contains gelatine',
+ GelatineMMR: 'I’m concerned the vaccine contains gelatine',
538
AlreadyVaccinated: 'Vaccine already received',
539
AlreadyVaccinatedMMR: 'Already had both doses of the MMR vaccine',
540
GettingElsewhere: 'Vaccine will be given elsewhere',
0 commit comments