Skip to content

Commit 62073f1

Browse files
Replace ‘Parent refused’ with ‘Consent refused’
1 parent b4b48e6 commit 62073f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/enums.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export const PatientDueStatus = {
350350
*/
351351
export const PatientRefusedStatus = {
352352
Conflict: 'Conflicting consent',
353-
Refusal: 'Parent refused'
353+
Refusal: 'Consent refused'
354354
}
355355

356356
/**
@@ -681,7 +681,7 @@ export const VaccinationOutcome = {
681681
Vaccinated: 'Vaccinated',
682682
PartVaccinated: 'Partially vaccinated',
683683
AlreadyVaccinated: 'Already had the vaccine',
684-
ConsentRefused: 'Parent refused',
684+
ConsentRefused: 'Consent refused',
685685
Refused: 'Child refused',
686686
Absent: 'Child absent',
687687
Unwell: 'Child unwell',

0 commit comments

Comments
 (0)