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

Two translated labels fixed #1028

Merged
merged 1 commit into from Mar 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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