diff --git a/app/data/vaccines.js b/app/data/vaccines.js index 9bac7003..f7526c50 100644 --- a/app/data/vaccines.js +++ b/app/data/vaccines.js @@ -45,10 +45,6 @@ module.exports = [ name: "Fluenz (LAIV)", type: "nasal spray" }, - { - name: "Influvac (TIVe)", - type: "injection" - }, { name: "Supemtek (TIVr)", type: "injection" @@ -78,10 +74,6 @@ module.exports = [ name: "Fluenz (LAIV)", type: "nasal spray" }, - { - name: "Influvac (TIVe)", - type: "injection" - }, { name: "Supemtek (TIVr)", type: "injection" diff --git a/app/views/record-vaccinations/eligibility.html b/app/views/record-vaccinations/eligibility.html index a7e91bc3..fb3a6765 100644 --- a/app/views/record-vaccinations/eligibility.html +++ b/app/views/record-vaccinations/eligibility.html @@ -32,12 +32,14 @@ {% set NationalFluEligibilityOptions = [ "Based on age", - "Health or social care worker", + "Healthcare worker", "Pregnant", "In a clinical risk group", "Resident in a care home", "Carer", - "Household contact of someone immunosuppressed" + "Household contact of someone immunosuppressed", + "Social care worker", + "Homeless" ] %} {% set londonFluEligibilityOptions = [