Skip to content

Commit 4ef595c

Browse files
authored
Merge pull request #64 from devansXD/jill-branch2
Service name updates
2 parents 953cdd2 + 3f9ee39 commit 4ef595c

17 files changed

+35
-39
lines changed

app/views/current/evaluation-choice.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="nhsuk-heading-l">What do you want to share today?</h1>
3535
<h2 class="nhsuk-card__heading nhsuk-heading-m">
3636
<a class="nhsuk-card__link" href="quick-share-upload-multiple">Product evaluation</a>
3737
</h2>
38-
<p class="nhsuk-card__description">A report or document from when your trust trialled, assessed or reviewed a medical product</p>
38+
<p class="nhsuk-card__description">A report or document from when your trust trialled, assessed or reviewed a product</p>
3939

4040
</div>
4141
</div>
@@ -68,7 +68,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-m">
6868
<h2 class="nhsuk-card__heading nhsuk-heading-m">
6969
<a class="nhsuk-card__link" href="upload-evaluation-criteria">Evaluation criteria</a>
7070
</h2>
71-
<p class="nhsuk-card__description">A set of standards or measures used to assess a medical product</p>
71+
<p class="nhsuk-card__description">A set of standards or measures used to assess a product</p>
7272

7373
</div>
7474
</div>
@@ -82,7 +82,7 @@ <h2 class="nhsuk-card__heading nhsuk-heading-m">
8282
<h2 class="nhsuk-card__heading nhsuk-heading-m">
8383
<a class="nhsuk-card__link" href="upload-case-study">Case study</a>
8484
</h2>
85-
<p class="nhsuk-card__description">A detailed account of how a medical product was implemented and its outcomes</p>
85+
<p class="nhsuk-card__description">A detailed account of how a product was implemented and its outcomes</p>
8686
</div>
8787
</div>
8888

app/views/current/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends prototypeVersion + "/layouts/layout-hero-current.html" %}
22

3-
{% set pageName = "Value-Based Procurement for Medical Technologies" %}
3+
{% set pageName = "Search and evaluate medical technologies" %}
44

55
{# Override hero content if needed #}
66

app/views/current/layouts/layout-hero-current.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
{{ header({
1414
logo: {
1515
href: "/",
16-
ariaLabel: "Search medical product evaluations"
16+
ariaLabel: "Search and evaluate medical technologies"
1717
},
1818
service: {
19-
text: "Search medical product evaluations",
19+
text: "Search and evaluate medical technologies",
2020
href: "/"
2121
},
2222

@@ -53,9 +53,9 @@
5353
<div class="nice-hero__text">
5454

5555
{% block heroHeading %}
56-
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-4">Search and evaluate medical technology based on good clinical outcomes</h1>
56+
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-4">Search and evaluate medical technologies based on good clinical outcomes</h1>
5757

58-
<p class="nhsuk-body-l">Used by <strong>24</strong> NHS trusts</strong></p>
58+
<p class="nhsuk-body-l">Used by <strong>104</strong> NHS trusts</strong></p>
5959
{% endblock %}
6060

6161
{% block heroActions %}

app/views/current/layouts/layout-search.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
{{ header({
2121
logo: {
2222
href: "/",
23-
ariaLabel: "Search medical product evaluations"
23+
ariaLabel: "Search and evaluate medical technologies"
2424
},
2525
service: {
26-
text: "Search medical product evaluations",
26+
text: "Search and evaluate medical technologies",
2727
href: "/"
2828
},
2929
account: {
@@ -63,7 +63,7 @@
6363
<div class="nhsuk-grid-column-two-thirds">
6464
<div class="nhsuk-hero__wrapper">
6565
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">Search</h1>
66-
<h3 class="nhsuk-heading-s">Search and compare medical technologies</h3>
66+
<h3 class="nhsuk-heading-s">Search and evaluate medical technologies</h3>
6767
<div class="nhsuk-form-group">
6868
<form action="search-results" method="get" novalidate="">
6969
<div class="nhsuk-form-group nhsuk-u-margin-bottom-0">

app/views/current/layouts/layout-signed-in.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
{{ header({
2222
logo: {
2323
href: "/",
24-
ariaLabel: "Search medical product evaluations"
24+
ariaLabel: "Search and evaluate medical technologies"
2525
},
2626
service: {
27-
text: "Search medical product evaluations",
27+
text: "Search and evaluate medical technologies",
2828
href: "/"
2929
},
3030
account: {

app/views/current/layouts/layout-signed-out.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
{{ header({
2323
logo: {
2424
href: "/",
25-
ariaLabel: "Search medical product evaluations"
25+
ariaLabel: "Search and evaluate medical technologies"
2626
},
2727
service: {
28-
text: "Search medical product evaluations",
28+
text: "Search and evaluate medical technologies",
2929
href: "/"
3030
},
3131

app/views/current/product-page.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

4-
{% set serviceHeader = "Search medical product evaluations" %}
4+
{% set serviceHeader = "Search and evaluate medical technologies" %}
55

66
{% set pageName = "SmartPump 300 Infusion System - Compass" %}
77

app/views/current/quick-share-upload-multiple.html

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

3-
{% set pageName = "Search medical product evaluations" %}
4-
{% set serviceHeader = "Search medical product evaluations" %}
3+
{% set pageName = "Search and evaluate medical technologies" %}
4+
{% set serviceHeader = "Search and evaluate medical technologies" %}
55

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

app/views/current/review-business-case.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 = "Review your business case" %}
4-
{% set serviceHeader = "Search medical product evaluations" %}
4+
{% set serviceHeader = "Search and evaluate medical technologies" %}
55

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

app/views/current/search-results-viz-all.html

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

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

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

0 commit comments

Comments
 (0)