Skip to content

Commit 60d4a83

Browse files
authored
Update to contact-details.html (#315)
Changed hint text for clinician field to: "We ask this so we can set you up with the right permissions."
1 parent 8067831 commit 60d4a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/apply/check.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h1 class="nhsuk-heading-l">{{ pageName }}</h1>
9393
},
9494
{
9595
key: {
96-
text: "Clinical"
96+
text: "Registered clinician"
9797
},
9898
value: {
9999
text: ("Yes" if data.clinician == "yes" else "No")

app/views/apply/contact-details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1 class="nhsuk-heading-l">{{ pageName }}</h1>
7070
}
7171
},
7272
hint: {
73-
text: "Only registered clinicians can be recorded as the vaccinator."
73+
text: "We ask this so we can set you up with the right permissions."
7474
},
7575
value: data.clinician,
7676
items: [

0 commit comments

Comments
 (0)