diff --git a/app/config.js b/app/config.js
index 3665c6a..333f187 100644
--- a/app/config.js
+++ b/app/config.js
@@ -2,7 +2,7 @@
module.exports = {
// Service name
- serviceName: 'Compass',
+ serviceName: 'Search and evaluate medtech',
// Port to run nodemon on locally
port: 2000,
diff --git a/app/views/current/agree-terms.html b/app/views/current/agree-terms.html
index 309fc20..1fecd96 100644
--- a/app/views/current/agree-terms.html
+++ b/app/views/current/agree-terms.html
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}
-{% set pageName = "Register your NHS trust - Compass" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Register your NHS trust" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
@@ -28,7 +28,7 @@
- Join Compass to share your trust's product evaluations with other NHS organisations.
+ Join and share your trust's product evaluations with other NHS organisations.
diff --git a/app/views/current/category-wound-care.html b/app/views/current/category-wound-care.html
index c3f3764..f36c4c6 100644
--- a/app/views/current/category-wound-care.html
+++ b/app/views/current/category-wound-care.html
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
{% set pageName = "Search medical technologies - Compass" %}
-{% set serviceHeader = "Compass" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
diff --git a/app/views/current/check-submit.html b/app/views/current/check-submit.html
index 6db172c..91f9d10 100755
--- a/app/views/current/check-submit.html
+++ b/app/views/current/check-submit.html
@@ -7,8 +7,8 @@
- change the header and footer
- add custom CSS and JavaScript
-->
-{% set pageName = "Compass - " %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Search and evaluate medtech - " %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% endblock %}
diff --git a/app/views/current/evaluation-review.html b/app/views/current/evaluation-review.html
index 8cf2178..63bdbe2 100755
--- a/app/views/current/evaluation-review.html
+++ b/app/views/current/evaluation-review.html
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
-{% set pageName = "Compass - Share your evaluation" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Share your evaluation" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{{ breadcrumb({
diff --git a/app/views/current/product-page-wound-care.html b/app/views/current/product-page-wound-care.html
index e942242..67357de 100644
--- a/app/views/current/product-page-wound-care.html
+++ b/app/views/current/product-page-wound-care.html
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
{% set pageName = "AquaSeal Foam Dressing System - Compass" %}
-{% set serviceHeader = "Compass" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
diff --git a/app/views/layout-hero-index.html b/app/views/layout-hero-index.html
index de6b086..14b5871 100755
--- a/app/views/layout-hero-index.html
+++ b/app/views/layout-hero-index.html
@@ -18,7 +18,7 @@
{{ header({
logo: {
href: "/",
- ariaLabel: "Compass"
+ ariaLabel: "Search and evaluate medtech"
},
service: {
text: "",
diff --git a/app/views/layout-hero.html b/app/views/layout-hero.html
index cceae3a..3fbdac9 100755
--- a/app/views/layout-hero.html
+++ b/app/views/layout-hero.html
@@ -18,7 +18,7 @@
{{ header({
logo: {
href: "/",
- ariaLabel: "Compass"
+ ariaLabel: "Search and evaluate medtech"
},
service: {
text: "",
diff --git a/app/views/layout-signed-in.html b/app/views/layout-signed-in.html
index d795f73..d6da1d9 100755
--- a/app/views/layout-signed-in.html
+++ b/app/views/layout-signed-in.html
@@ -20,7 +20,7 @@
{{ header({
logo: {
href: "/",
- ariaLabel: "Compass"
+ ariaLabel: "Search and evaluate medtech"
},
service: {
text: "",
diff --git a/app/views/layout-signed-out.html b/app/views/layout-signed-out.html
index 7eedea9..f46d17e 100755
--- a/app/views/layout-signed-out.html
+++ b/app/views/layout-signed-out.html
@@ -22,7 +22,7 @@
{{ header({
logo: {
href: "/",
- ariaLabel: "Compass"
+ ariaLabel: "Search and evaluate medtech"
},
service: {
text: "",
diff --git a/app/views/v1/evaluation-choice.html b/app/views/v1/evaluation-choice.html
index 22d6040..f42a30e 100644
--- a/app/views/v1/evaluation-choice.html
+++ b/app/views/v1/evaluation-choice.html
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
-{% set pageName = "Compass - Quick share evaluation" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Quick share evaluation" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{{ breadcrumb({
diff --git a/app/views/v1/evaluation-review.html b/app/views/v1/evaluation-review.html
index 8cf2178..63bdbe2 100755
--- a/app/views/v1/evaluation-review.html
+++ b/app/views/v1/evaluation-review.html
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
-{% set pageName = "Compass - Share your evaluation" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Share your evaluation" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{{ breadcrumb({
diff --git a/app/views/v1/evaluation-shared.html b/app/views/v1/evaluation-shared.html
index bf6b648..d650c35 100644
--- a/app/views/v1/evaluation-shared.html
+++ b/app/views/v1/evaluation-shared.html
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
-{% set pageName = "Compass - Evaluation shared" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Evaluation shared" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block content %}
diff --git a/app/views/v1/review-evaluation.html b/app/views/v1/review-evaluation.html
index de654e7..b2287f1 100755
--- a/app/views/v1/review-evaluation.html
+++ b/app/views/v1/review-evaluation.html
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
-{% set pageName = "Compass - Review your evaluation" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Review your evaluation" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{{ breadcrumb({
diff --git a/app/views/v2/evaluation-choice.html b/app/views/v2/evaluation-choice.html
index 22d6040..f42a30e 100644
--- a/app/views/v2/evaluation-choice.html
+++ b/app/views/v2/evaluation-choice.html
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
-{% set pageName = "Compass - Quick share evaluation" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Quick share evaluation" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{{ breadcrumb({
diff --git a/app/views/v2/evaluation-review.html b/app/views/v2/evaluation-review.html
index 8cf2178..63bdbe2 100755
--- a/app/views/v2/evaluation-review.html
+++ b/app/views/v2/evaluation-review.html
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
-{% set pageName = "Compass - Share your evaluation" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Share your evaluation" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{{ breadcrumb({
diff --git a/app/views/v2/search-results.html b/app/views/v2/search-results.html
index c294e08..96d4156 100755
--- a/app/views/v2/search-results.html
+++ b/app/views/v2/search-results.html
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
-{% set pageName = "Search medical technologies - Compass" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Search medical technologies" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
diff --git a/app/views/v3/category-wound-care.html b/app/views/v3/category-wound-care.html
index c3f3764..67a6493 100644
--- a/app/views/v3/category-wound-care.html
+++ b/app/views/v3/category-wound-care.html
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
-{% set pageName = "Search medical technologies - Compass" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Search medical technologies" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
diff --git a/app/views/v3/evaluation-review.html b/app/views/v3/evaluation-review.html
index 8cf2178..63bdbe2 100755
--- a/app/views/v3/evaluation-review.html
+++ b/app/views/v3/evaluation-review.html
@@ -1,7 +1,7 @@
{% extends 'layout.html' %}
-{% set pageName = "Compass - Share your evaluation" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Share your evaluation" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{{ breadcrumb({
diff --git a/app/views/v3/search-results.html b/app/views/v3/search-results.html
index 10688e7..5c63fb1 100755
--- a/app/views/v3/search-results.html
+++ b/app/views/v3/search-results.html
@@ -1,7 +1,7 @@
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
-{% set pageName = "Search medical technologies - Compass" %}
-{% set serviceHeader = "Compass" %}
+{% set pageName = "Search medical technologies" %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% from "breadcrumb/macro.njk" import breadcrumb %}
diff --git a/app/views/v3/upload-document.html b/app/views/v3/upload-document.html
index 17629e5..98a2f7f 100644
--- a/app/views/v3/upload-document.html
+++ b/app/views/v3/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 = "Search and evaluate medtech - " %}
+{% set serviceHeader = "Search and evaluate medtech" %}
{% block beforeContent %}
{% endblock %}