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

Commit

Permalink
Fix translations (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Alexandru Marginean authored and jkleinsc committed Mar 27, 2017
1 parent 3acc5a6 commit 0dab68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
reports: 'Reports',
patientListing: 'Patient Listing',
newPatient: 'New Patient',
appointmentsThisWeek: 'Appointment This Week',
appointmentsThisWeek: 'Appointments This Week',
"today'sAppointments": 'Today\'s Appointments',
appointmentSearch: 'Appointment Search',
addAppointment: 'Add Appointment',
Expand Down Expand Up @@ -1441,7 +1441,7 @@ export default {
models: {
appointment: {
labels: {
status: 'First Name',
status: 'Status',
appointmentType: 'Type',
provider: 'With',
location: 'Location',
Expand Down

0 comments on commit 0dab68c

Please sign in to comment.