Skip to content

Commit 113433c

Browse files
authored
Merge pull request #65 from devansXD/jill-branch3
More Compass replacements
2 parents 4ef595c + e075060 commit 113433c

21 files changed

Lines changed: 36 additions & 36 deletions

app/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
// Service name
5-
serviceName: 'Compass',
5+
serviceName: 'Search and evaluate medtech',
66

77
// Port to run nodemon on locally
88
port: 2000,

app/views/current/agree-terms.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends prototypeVersion + '/layouts/layout-signed-out.html' %}
22

3-
{% set pageName = "Register your NHS trust - Compass" %}
4-
{% set serviceHeader = "Compass" %}
3+
{% set pageName = "Register your NHS trust" %}
4+
{% set serviceHeader = "Search and evaluate medtech" %}
55

66
{% block beforeContent %}
77
{% from "breadcrumb/macro.njk" import breadcrumb %}
@@ -28,7 +28,7 @@ <h1 class="nhsuk-heading-xl">
2828
</h1>
2929

3030
<p class="nhsuk-body-l">
31-
Join Compass to share your trust's product evaluations with other NHS organisations.
31+
Join and share your trust's product evaluations with other NHS organisations.
3232
</p>
3333

3434
<div class="nhsuk-inset-text">

app/views/current/category-wound-care.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
22

33
{% set pageName = "Search medical technologies - Compass" %}
4-
{% set serviceHeader = "Compass" %}
4+
{% set serviceHeader = "Search and evaluate medtech" %}
55

66
{% block beforeContent %}
77
{% from "breadcrumb/macro.njk" import breadcrumb %}

app/views/current/check-submit.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
- change the header and footer
88
- add custom CSS and JavaScript
99
-->
10-
{% set pageName = "Compass - " %}
11-
{% set serviceHeader = "Compass" %}
10+
{% set pageName = "Search and evaluate medtech - " %}
11+
{% set serviceHeader = "Search and evaluate medtech" %}
1212

1313
{% block beforeContent %}
1414
{% endblock %}

app/views/current/evaluation-review.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'layout.html' %}
22

3-
{% set pageName = "Compass - Share your evaluation" %}
4-
{% set serviceHeader = "Compass" %}
3+
{% set pageName = "Share your evaluation" %}
4+
{% set serviceHeader = "Search and evaluate medtech" %}
55

66
{% block beforeContent %}
77
{{ breadcrumb({

app/views/current/product-page-wound-care.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends prototypeVersion + '/layouts/layout-signed-in.html' %}
22

33
{% set pageName = "AquaSeal Foam Dressing System - Compass" %}
4-
{% set serviceHeader = "Compass" %}
4+
{% set serviceHeader = "Search and evaluate medtech" %}
55

66
{% block beforeContent %}
77
{% from "breadcrumb/macro.njk" import breadcrumb %}

app/views/layout-hero-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{ header({
1919
logo: {
2020
href: "/",
21-
ariaLabel: "Compass"
21+
ariaLabel: "Search and evaluate medtech"
2222
},
2323
service: {
2424
text: "",

app/views/layout-hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{ header({
1919
logo: {
2020
href: "/",
21-
ariaLabel: "Compass"
21+
ariaLabel: "Search and evaluate medtech"
2222
},
2323
service: {
2424
text: "",

app/views/layout-signed-in.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{{ header({
2121
logo: {
2222
href: "/",
23-
ariaLabel: "Compass"
23+
ariaLabel: "Search and evaluate medtech"
2424
},
2525
service: {
2626
text: "",

app/views/layout-signed-out.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{{ header({
2323
logo: {
2424
href: "/",
25-
ariaLabel: "Compass"
25+
ariaLabel: "Search and evaluate medtech"
2626
},
2727
service: {
2828
text: "",

0 commit comments

Comments
 (0)