You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates the content when sending invites to the clinic after a
session has been completed to clarify that we can't know if any of the
children have already booked in to the clinic.
Jira-Issue: MAV-1792
Copy file name to clipboardExpand all lines: app/views/sessions/invite_to_clinic/edit.html.erb
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,10 @@
10
10
<%end%>
11
11
12
12
<%if@initial_invitations%>
13
-
<p>This school session has been completed.</p>
14
-
15
13
<%if@invitations_to_send == 1%>
16
-
<p>There is <%=@invitations_to_send%> child currently without clinic appointments. You can send invitations to their parents to book an appointment.</p>
14
+
<p><%=@invitations_to_send%> child was not vaccinated. You can send invitations to their parents to book an appointment.</p>
17
15
<%else%>
18
-
<p>There are <%=@invitations_to_send%> children currently without clinic appointments. You can send invitations to their parents to book an appointment.</p>
16
+
<p><%=@invitations_to_send%> children were not vaccinated. You can send invitations to their parents to book an appointment.</p>
0 commit comments