Skip to content

Commit d3c8b81

Browse files
authored
Change wording of consent confirmation, triage needed email
Change the wording of the email sent to parents confirming that they have consented and that triage is needed. The new wording removes the implication that the parent will be contacted under all circumstances. Jira-Issue: MAV-6736
2 parents b498c73 + 931dc51 commit d3c8b81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/notify_templates/email/consent_confirmation_triage.text.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You’ve given consent for <%= full_and_preferred_patient_name %> to have their
88

99
<%= consented_vaccine_methods_message %>
1010

11-
As you answered ‘yes’ to one or more of the health questions, we need to review your answers so we can decide what’s best for <%= short_patient_name %>. We’ll let you know once we’ve done this.
11+
As you answered ‘yes’ to one or more of the health questions, we’ll review your answers so we can decide what’s best for <%= short_patient_name %>. We’ll contact you if we need to delay or cancel the vaccination.
1212

1313
If you want to withdraw your consent in the meantime, please phone us.
1414

spec/features/verbal_consent_given_keep_in_triage_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def then_an_email_is_sent_to_the_parent_about_triage
7474
to: @parent.email,
7575
template: :consent_confirmation_triage
7676
).with_content_including(
77-
"we need to review your answers",
78-
"We’ll let you know once we’ve done this"
77+
"we’ll review your answers",
78+
"We’ll contact you if we need to delay or cancel the vaccination."
7979
)
8080
)
8181
end

0 commit comments

Comments
 (0)