Skip to content

Commit eeb8bf7

Browse files
authored
Changes to H1s in reports (#576)
1 parent 0884017 commit eeb8bf7

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

app/views/home/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
{% block content %}
1111
<div class="nhsuk-grid-row">
1212
<div class="nhsuk-grid-column-two-thirds">
13-
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-6">{% if currentOrganisation %}{{ currentOrganisation.name }}{% else %}Home{% endif %}</h1>
13+
<h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-6">{% if currentOrganisation %}{{ currentOrganisation.name }}{% else %}Overview{% endif %}</h1>
14+
1415

1516
{% if currentOrganisation and totalVaccinationsRecorded == 0 %}
1617
{% include "home/_no-vaccinations-recorded.html" %}
@@ -28,6 +29,10 @@ <h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-6">{% if currentOrganisation %}
2829
}) }}
2930

3031
<h2 class="nhsuk-heading-m">All vaccinations</h2>
32+
{% if not currentOrganisation %}
33+
<p>This shows vaccination data for all your organisations combined.</p>
34+
{% endif %}
35+
3136

3237
</div>
3338
</div>

app/views/reports/choose-data.html

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

3-
{% set pageName = "Choose data" %}
3+
{% set pageName = "Data details" %}
44

55
{% set currentSection = "reports" %}
66

@@ -152,7 +152,7 @@
152152
} if error,
153153
fieldset: {
154154
legend: {
155-
text: "Choose data",
155+
text: "Which details would you like to include?",
156156
isPageHeading: true,
157157
classes: "nhsuk-fieldset__legend--l"
158158
}

app/views/reports/choose-dates.html

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

3-
{% set pageName = "Choose dates" %}
3+
{% set pageName = "Choose a timeframe" %}
44

55
{% set currentSection = "reports" %}
66

@@ -121,8 +121,8 @@
121121
"name": "date",
122122
"fieldset": {
123123
"legend": {
124-
"text": "Choose dates",
125-
"size": "xl",
124+
"text": "Choose a timeframe",
125+
"size": "l",
126126
"isPageHeading": true
127127
}
128128
},

0 commit comments

Comments
 (0)