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

Commit

Permalink
fix(breadcrumb label): edit Appointment label on breadcrumb
Browse files Browse the repository at this point in the history
Added mssing scheduling.appointments.editAppointment label and
scheduling.appointments.deleteAppointment label

Fix #1996
  • Loading branch information
mleralec committed Apr 23, 2020
1 parent d5a16b1 commit 224a63f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/enUs/translations/scheduling/index.ts
Expand Up @@ -5,6 +5,8 @@ export default {
label: 'Appointments',
new: 'New Appointment',
schedule: 'Appointment Schedule',
editAppointment: 'Edit Appointment',
deleteAppointment: 'Delete Appointment',
},
appointment: {
startDate: 'Start Date',
Expand Down

0 comments on commit 224a63f

Please sign in to comment.