Skip to content

Commit

Permalink
fix(schedual button): fixed delete appointment button
Browse files Browse the repository at this point in the history
Delete appointment button no longer displays internationalization keys and instead reads correctly.

HospitalRun#1901
  • Loading branch information
Brahyt committed Mar 13, 2020
1 parent 7ca3aff commit 91baf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/enUs/translations/scheduling/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default {
appointments: {
label: 'Appointments',
new: 'New Appointment',
deleteAppointment: 'Delete Appointment',
},
appointment: {
startDate: 'Start Date',
Expand Down

0 comments on commit 91baf9d

Please sign in to comment.