Skip to content

Commit 7d5e845

Browse files
authored
Content changes for the new session journey (#252)
As recommended by RayK.
1 parent f557a66 commit 7d5e845

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

app/locales/en.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,7 +2178,7 @@ export const en = {
21782178
},
21792179
school: {
21802180
label: 'School',
2181-
title: 'Where is this school session taking place?'
2181+
title: 'Where will this session be held?'
21822182
},
21832183
school_id: {
21842184
label: 'School URN',
@@ -2190,7 +2190,7 @@ export const en = {
21902190
},
21912191
clinic: {
21922192
label: 'Clinic location',
2193-
title: 'Where is this community clinic taking place?',
2193+
title: 'Where will this session be held?',
21942194
search: {
21952195
label: 'Select a clinic location'
21962196
}
@@ -2232,13 +2232,12 @@ export const en = {
22322232
label: 'The number will vary by vaccination period'
22332233
},
22342234
consistent: {
2235-
label: 'The number won’t vary'
2235+
label: 'The number will not vary'
22362236
}
22372237
},
22382238
appointmentLength: {
22392239
label: 'Appointment length',
22402240
title: 'How long are your appointments?',
2241-
hint: 'For example, 5 minutes for flu clinics or 10 minutes for injected vaccines',
22422241
suffix: 'minutes'
22432242
},
22442243
totalAppointments: {

app/views/session/form/appointment-length.njk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
text: title,
1010
size: "l"
1111
},
12-
hint: {
13-
text: __("session.appointmentLength.hint")
14-
},
1512
suffix: __("session.appointmentLength.suffix"),
1613
width: 2,
1714
inputmode: "numeric",

0 commit comments

Comments
 (0)