Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(./locales/enus/translations/scheduling/index.ts): changed 'Walk Up'
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
Brahyt committed Mar 11, 2020
1 parent e8445f8 commit 837987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/enUs/translations/scheduling/index.ts
Expand Up @@ -15,7 +15,7 @@ export default {
emergency: 'Emergency',
followUp: 'Follow Up',
routine: 'Routine',
walkUp: 'Walk Up',
walkIn: 'Walk In',
},
errors: {
patientRequired: 'Patient is required.',
Expand Down

0 comments on commit 837987d

Please sign in to comment.