Skip to content

Commit a5b5d45

Browse files
authored
Update to name screen in Lists (#491)
Changed the example from 'Maternity list' to 'Maternity patients' to avoid having 'list' in the example as this may lead to some duplication on other screens.
1 parent 3fcc409 commit a5b5d45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/lists/name.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% set currentSection = "lists" %}
44

5-
{% set pageName = "Name your list" %}
5+
{% set pageName = "List name" %}
66

77
{% block beforeContent %}
88
{{ backLink({ href: "/lists/date" }) }}
@@ -29,12 +29,12 @@
2929

3030
{{ input({
3131
label: {
32-
text: "List name",
32+
text: "Enter a name for your list",
3333
isPageHeading: true,
3434
classes: "nhsuk-label--l"
3535
},
3636
hint: {
37-
text: "For example, Maternity list"
37+
text: "For example, Maternity patients"
3838
},
3939
id: "name",
4040
name: "name"

0 commit comments

Comments
 (0)