We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8067831 commit 60d4a83Copy full SHA for 60d4a83
app/views/apply/check.html
@@ -93,7 +93,7 @@ <h1 class="nhsuk-heading-l">{{ pageName }}</h1>
93
},
94
{
95
key: {
96
- text: "Clinical"
+ text: "Registered clinician"
97
98
value: {
99
text: ("Yes" if data.clinician == "yes" else "No")
app/views/apply/contact-details.html
@@ -70,7 +70,7 @@ <h1 class="nhsuk-heading-l">{{ pageName }}</h1>
70
}
71
72
hint: {
73
- text: "Only registered clinicians can be recorded as the vaccinator."
+ text: "We ask this so we can set you up with the right permissions."
74
75
value: data.clinician,
76
items: [
0 commit comments