diff --git a/app/views/record-vaccinations/create-a-record.html b/app/views/record-vaccinations/create-a-record.html index 560a027d..f8d4cb13 100644 --- a/app/views/record-vaccinations/create-a-record.html +++ b/app/views/record-vaccinations/create-a-record.html @@ -131,7 +131,7 @@
Enter the postcode ZZ99 3VZ
+Enter the postcode ZZ99 3VZ.
" }) }} diff --git a/app/views/record-vaccinations/delivery-team.html b/app/views/record-vaccinations/delivery-team.html index 5efa8638..1fd6cd3b 100644 --- a/app/views/record-vaccinations/delivery-team.html +++ b/app/views/record-vaccinations/delivery-team.html @@ -67,17 +67,11 @@ })}} - {% if organisationSetting.permissionLevel == "Lead administrator" or organisationSetting.permissionLevel == "Administrator" %} {{ details({ summaryText: "If your site is not listed", - html: "You need to add vaccines for the site." + html: "An administrator needs to add vaccines for the site." }) }} - {% else %} - {{ details({ - summaryText: "If your site is not listed", - html: "You'll need to ask an administrator to add vaccines for the site." - }) }} - {% endif %} + diff --git a/app/views/record-vaccinations/patient-search.html b/app/views/record-vaccinations/patient-search.html index 4deb1356..426a0fab 100644 --- a/app/views/record-vaccinations/patient-search.html +++ b/app/views/record-vaccinations/patient-search.html @@ -122,7 +122,7 @@Try searching with the postcode ZZ99 3VZ
+Try searching with the postcode ZZ99 3VZ.
" }) }} diff --git a/app/views/record-vaccinations/refine-search-result.html b/app/views/record-vaccinations/refine-search-result.html index 82ca1617..49064783 100644 --- a/app/views/record-vaccinations/refine-search-result.html +++ b/app/views/record-vaccinations/refine-search-result.html @@ -103,7 +103,7 @@Try searching with the postcode ZZ99 3VZ
+Try searching with the postcode ZZ99 3VZ.
" }) }} diff --git a/app/views/record-vaccinations/vaccinator.html b/app/views/record-vaccinations/vaccinator.html index 80809176..93cd35f9 100644 --- a/app/views/record-vaccinations/vaccinator.html +++ b/app/views/record-vaccinations/vaccinator.html @@ -75,18 +75,11 @@ })}} - {% if organisationSetting.permissionLevel == "Lead administrator" %} {{ details({ summaryText: "If the vaccinator is not listed", - html: "Make sure they are added in Manage users as a vaccinator." + html: "A lead adminstrator needs to make sure the user has been added as a vaccinator." }) }} - {% else %} - {{ details({ - summaryText: "If the vaccinator is not listed", - html: "You'll need to ask a lead administrator to add them." - }) }} - - {% endif %} + diff --git a/app/views/record-vaccinations/vaccine.html b/app/views/record-vaccinations/vaccine.html index dba06692..20fe842d 100644 --- a/app/views/record-vaccinations/vaccine.html +++ b/app/views/record-vaccinations/vaccine.html @@ -124,20 +124,11 @@ text: "Continue" })}} - {% if organisationSetting.permissionLevel == "Recorder" %} {{ details({ summaryText: "If the vaccine is not listed", - html: "You'll need to ask an administrator to add it." + html: "An administrator needs to add it." }) }} - {% else %} - {{ details({ - summaryText: "If the vaccine is not listed", - html: "Go to Vaccines to add it." - }) }} - {% endif %} - - - +