Skip to content

Commit 2163478

Browse files
authored
Clinic vs. session terminology (#267)
Suggested by Ray
1 parent 1b57946 commit 2163478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/locales/en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,9 +2120,9 @@ export const en = {
21202120
title: 'Are you sure you want to cancel this session?',
21212121
warningTitle: 'Cancelling appointments',
21222122
appointmentsMade:
2123-
'{appointmentCount, plural, =0 {No children are booked into this clinic.} one {There is <b>{appointmentCount} child</b> already booked into this clinic.} other {There are <b>{appointmentCount} children</b> already booked into this clinic.}}',
2123+
'{appointmentCount, plural, =0 {No children are booked for this session.} one {There is <b>{appointmentCount} child</b> already booked for this session.} other {There are <b>{appointmentCount} children</b> already booked for this session.}}',
21242124
notificationConsequence:
2125-
'If you cancel it, their parent or guardian will be notified and asked to book another clinic.',
2125+
'If you cancel it, their parent or guardian will be notified and asked to book another clinic session.',
21262126
confirm: 'Yes, cancel this session',
21272127
cancel: 'No, return to the session page',
21282128
success: '{{session.name}} cancelled'

0 commit comments

Comments
 (0)