From 837987d9a4e848c7d68fb2034954ea151977e28f Mon Sep 17 00:00:00 2001 From: Daniel Bright Date: Wed, 11 Mar 2020 09:09:29 -0700 Subject: [PATCH] fix(./locales/enus/translations/scheduling/index.ts): changed 'Walk Up' scheduling/appointments/AppointmentDetailForm.tsx label for 'walk in' is trying to consume scheduling.appointment.types.walkIn but the translation file lists 'walkUp'. I changed the translation file to reflect the value 'walk in' --- src/locales/enUs/translations/scheduling/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/enUs/translations/scheduling/index.ts b/src/locales/enUs/translations/scheduling/index.ts index b6cd4f627a..a0b8909827 100644 --- a/src/locales/enUs/translations/scheduling/index.ts +++ b/src/locales/enUs/translations/scheduling/index.ts @@ -15,7 +15,7 @@ export default { emergency: 'Emergency', followUp: 'Follow Up', routine: 'Routine', - walkUp: 'Walk Up', + walkIn: 'Walk In', }, errors: { patientRequired: 'Patient is required.',