Skip to content

Commit

Permalink
Remove the reference to date on consent response confirmation
Browse files Browse the repository at this point in the history
The SAIS team might make multiple visits to the school and there's no guarantee that the child will be vaccinated on a particular date
  • Loading branch information
benilovj committed Oct 17, 2024
1 parent 19fa3ff commit 7a30a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<% title = t("consent_forms.confirmation_agreed.title.#{@consent_form.programme.type}",
full_name: @consent_form.full_name,
date: @session.dates.map(&:value).min.to_fs(:long)) %>
<% # TODO: Handle multiple dates. %>
full_name: @consent_form.full_name) %>
<% content_for :page_title, title %>
Expand Down
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ en:
hpv: Yes, I agree
confirmation_agreed:
title:
flu: " %{full_name} will get their nasal flu vaccination at school on %{date}"
hpv: " %{full_name} will get their HPV vaccination at school on %{date}"
flu: " %{full_name} will get their nasal flu vaccination at school"
hpv: " %{full_name} will get their HPV vaccination at school"
confirmation_injection:
title:
flu: Your child will not get a nasal flu vaccination at school
Expand Down

0 comments on commit 7a30a12

Please sign in to comment.