diff --git a/src/locales/enUs/translations/patient/index.ts b/src/locales/enUs/translations/patient/index.ts index 5605dc712a..283e8b8e5d 100644 --- a/src/locales/enUs/translations/patient/index.ts +++ b/src/locales/enUs/translations/patient/index.ts @@ -32,6 +32,9 @@ export default { new: 'New Related Person', relationshipType: 'Relationship Type', }, + appointments: { + new: 'Add Appointment', + }, allergies: { label: 'Allergies', new: 'Add Allergy', diff --git a/src/patients/appointments/AppointmentsList.tsx b/src/patients/appointments/AppointmentsList.tsx index 7224bce5f8..15355cd924 100644 --- a/src/patients/appointments/AppointmentsList.tsx +++ b/src/patients/appointments/AppointmentsList.tsx @@ -54,6 +54,20 @@ const AppointmentsList = (props: Props) => { return ( +
+
+ +
+
+