Skip to content

Commit 9126cd1

Browse files
committed
Use "or MMRV" in notifications that say 1st dose
Content change for clarity. Jira-Issue: MAV-3926
1 parent 1a13ae3 commit 9126cd1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/lib/govuk_notify_personalisation.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ def invitation_to_clinic_custom_mmr_message
261261
end
262262

263263
def mmr_second_dose_waiting_period_message
264-
"It’s important to wait at least 28 days after the 1st dose of an MMR " \
265-
"vaccination before getting the 2nd dose. #{short_patient_name} " \
264+
"It’s important to wait at least 28 days after the 1st dose of an MMR or " \
265+
"MMRV vaccination before getting the 2nd dose. #{short_patient_name} " \
266266
"should not get the 2nd dose until #{next_mmr_dose_date}. Please keep this in " \
267267
"mind when booking the appointment."
268268
end

spec/lib/govuk_notify_personalisation_spec.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,9 @@
509509
"If you’d like to book a clinic appointment, please contact us using " \
510510
"the details below.\n\n" \
511511
"It’s important to wait at least 28 days after the 1st dose of an MMR " \
512-
"vaccination before getting the 2nd dose. John should not get the 2nd " \
513-
"dose until 29 January 2020. Please keep this in mind when booking " \
514-
"the appointment."
512+
"or MMRV vaccination before getting the 2nd dose. John should not get " \
513+
"the 2nd dose until 29 January 2020. Please keep this in mind when " \
514+
"booking the appointment."
515515
)
516516
end
517517
end
@@ -524,8 +524,8 @@
524524
mmr_second_dose_required: true,
525525
vaccination: "2nd dose of the MMR vaccination",
526526
invitation_to_clinic_custom_mmr_message:
527-
"It’s important to wait at least 28 days after the 1st dose of an MMR " \
528-
"vaccination before getting the 2nd dose. John should not get the 2nd " \
527+
"It’s important to wait at least 28 days after the 1st dose of an MMR or " \
528+
"MMRV vaccination before getting the 2nd dose. John should not get the 2nd " \
529529
"dose until 29 January 2020. Please keep this in mind when booking " \
530530
"the appointment.\n\n" \
531531
"It’s also possible for John to be vaccinated at your local GP surgery. " \
@@ -543,7 +543,7 @@
543543
vaccination: "2nd dose of the MMR vaccination",
544544
invitation_to_clinic_custom_mmr_message:
545545
"It’s important to wait at least 28 days after the 1st dose of an MMR " \
546-
"vaccination before getting the 2nd dose. John should not get the 2nd " \
546+
"or MMRV vaccination before getting the 2nd dose. John should not get the 2nd " \
547547
"dose until 29 January 2020. Please keep this in mind when booking " \
548548
"the appointment.\n\n" \
549549
"## You have 2 options for booking the vaccination\n\n" \

0 commit comments

Comments
 (0)