diff --git a/app/views/current/evaluation-choice.html b/app/views/current/evaluation-choice.html index 8cb9be6..bcd7f43 100644 --- a/app/views/current/evaluation-choice.html +++ b/app/views/current/evaluation-choice.html @@ -35,7 +35,7 @@
A report or document from when your trust trialled, assessed or reviewed a medical product
+A report or document from when your trust trialled, assessed or reviewed a product
@@ -68,7 +68,7 @@A set of standards or measures used to assess a medical product
+A set of standards or measures used to assess a product
@@ -82,7 +82,7 @@A detailed account of how a medical product was implemented and its outcomes
+A detailed account of how a product was implemented and its outcomes
diff --git a/app/views/current/homepage.html b/app/views/current/homepage.html index c334e34..f37e3af 100644 --- a/app/views/current/homepage.html +++ b/app/views/current/homepage.html @@ -1,6 +1,6 @@ {% extends prototypeVersion + "/layouts/layout-hero-current.html" %} -{% set pageName = "Value-Based Procurement for Medical Technologies" %} +{% set pageName = "Search and evaluate medical technologies" %} {# Override hero content if needed #} diff --git a/app/views/current/layouts/layout-hero-current.html b/app/views/current/layouts/layout-hero-current.html index 07f3d2f..0a343f8 100644 --- a/app/views/current/layouts/layout-hero-current.html +++ b/app/views/current/layouts/layout-hero-current.html @@ -13,10 +13,10 @@ {{ header({ logo: { href: "/", - ariaLabel: "Search medical product evaluations" + ariaLabel: "Search and evaluate medical technologies" }, service: { - text: "Search medical product evaluations", + text: "Search and evaluate medical technologies", href: "/" }, @@ -53,9 +53,9 @@Used by 24 NHS trusts
+Used by 104 NHS trusts
{% endblock %} {% block heroActions %} diff --git a/app/views/current/layouts/layout-search.html b/app/views/current/layouts/layout-search.html index cd373f5..27b207c 100755 --- a/app/views/current/layouts/layout-search.html +++ b/app/views/current/layouts/layout-search.html @@ -20,10 +20,10 @@ {{ header({ logo: { href: "/", - ariaLabel: "Search medical product evaluations" + ariaLabel: "Search and evaluate medical technologies" }, service: { - text: "Search medical product evaluations", + text: "Search and evaluate medical technologies", href: "/" }, account: { @@ -63,7 +63,7 @@You're not signed in. You must sign in to access this service.
- diff --git a/app/views/current/sign-up-trusts-1.html b/app/views/current/sign-up-trusts-1.html index 22093ac..5ccdbc3 100644 --- a/app/views/current/sign-up-trusts-1.html +++ b/app/views/current/sign-up-trusts-1.html @@ -1,6 +1,6 @@ {% extends prototypeVersion + '/layouts/layout-signed-out.html' %} -{% set pageName = "Register your NHS trust - Compass" %} +{% set pageName = "Register your NHS trust" %} {% set serviceHeader = "" %} diff --git a/app/views/current/upload-business-case.html b/app/views/current/upload-business-case.html index f1429b2..a728356 100644 --- a/app/views/current/upload-business-case.html +++ b/app/views/current/upload-business-case.html @@ -1,7 +1,7 @@ {% extends prototypeVersion + '/layouts/layout-signed-in.html' %} {% set pageName = "Upload a business case" %} -{% set serviceHeader = "Search medical product evaluations" %} +{% set serviceHeader = "Search and evaluate medical technologies" %} {% block beforeContent %} {{ breadcrumb({ diff --git a/app/views/current/upload-document.html b/app/views/current/upload-document.html index 17629e5..5819a62 100644 --- a/app/views/current/upload-document.html +++ b/app/views/current/upload-document.html @@ -7,8 +7,8 @@ - change the header and footer - add custom CSS and JavaScript --> -{% set pageName = "Compass - " %} -{% set serviceHeader = "Compass" %} +{% set pageName = "Upload a document - " %} +{% set serviceHeader = "Search and evaluate medical technologies" %} {% block beforeContent %} {% endblock %}