Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions app/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,11 @@ export const en = {
},
contactPreference: {
title: 'If we need to contact you',
label: 'Do you have any communication needs?',
label: 'Do you have any communication or language needs?',
yes: 'Yes',
no: 'No',
description:
'Let us know if you have any communication needs you’d like us to be aware of — for example, a hearing or visual impairment.'
'Tell us if you have any communication or language needs we should know about.\n\nFor example, if you have any hearing or sight needs, or if English is not your first language.'
},
contactPreferenceDetails: {
label: 'Give details'
Expand Down Expand Up @@ -835,11 +835,11 @@ export const en = {
},
contactPreference: {
title: 'If we need to contact you',
label: 'Do you have any communication needs?',
label: 'Do you have any communication or language needs?',
yes: 'Yes',
no: 'No',
description:
'Let us know if you have any communication needs you’d like us to be aware of – for example, a hearing or visual impairment.'
'Tell us if you have any communication or language needs we should know about.\n\nFor example, if you have any hearing or sight needs, or if English is not your first language.'
},
contactPreferenceDetails: {
label: 'Give details'
Expand Down Expand Up @@ -1376,7 +1376,7 @@ export const en = {
label: 'Phone number'
},
contactPreference: {
label: 'Communication needs',
label: 'Communication or language needs',
yes: 'Yes',
no: 'No'
},
Expand Down Expand Up @@ -1632,7 +1632,7 @@ export const en = {
label: 'Relationship to the child'
},
contactPreference: {
label: 'Communication needs',
label: 'Communication or language needs',
yes: 'Yes',
no: 'No'
},
Expand Down
3 changes: 2 additions & 1 deletion app/views/book-into-a-clinic/form/contact-preference.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{{ radios({
fieldset: {
legend: {
text: __("clinicBooking.parent.contactPreference.label")
text: __("clinicBooking.parent.contactPreference.label"),
size: "s"
}
},
items: [{
Expand Down
3 changes: 2 additions & 1 deletion app/views/give-or-refuse-consent/form/contact-preference.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{{ radios({
fieldset: {
legend: {
text: __("consent.parent.contactPreference.label")
text: __("consent.parent.contactPreference.label"),
size: "s"
}
},
items: [{
Expand Down