We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3ff2a commit b3c8154Copy full SHA for b3c8154
app/views/sessions/patient_specific_directions/show.html.erb
@@ -23,8 +23,9 @@
23
<%= govuk_inset_text do %>
24
<span class="nhsuk-u-visually-hidden">Information: </span>
25
<p class="nhsuk-body">
26
- There are <%= @eligible_for_bulk_psd_count %> children with consent for the nasal flu vaccine
27
- who do not require triage and do not yet have a PSD in place.
+ There <%= @eligible_for_bulk_psd_count == 1 ? "is" : "are" %>
+ <%= pluralize(@eligible_for_bulk_psd_count, "child") %> with consent for
28
+ the nasal flu vaccine who do not require triage and do not yet have a PSD in place.
29
</p>
30
31
<% if policy(PatientSpecificDirection).create? %>
0 commit comments