Skip to content

Commit 931dc51

Browse files
committed
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.
1 parent 0d81782 commit 931dc51

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
@@ -7,7 +7,7 @@ You’ve given consent for <%= full_and_preferred_patient_name %> to have their
77

88
<%= consented_vaccine_methods_message %>
99

10-
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.
10+
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.
1111

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

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)