From 690bf45a75a22f76040bde89aaf8f6e34eee0d3b Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 26 Mar 2017 07:52:24 +0300 Subject: [PATCH] Fix translations --- app/locales/en/translations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locales/en/translations.js b/app/locales/en/translations.js index 1e8eb07b1a..5a97da75e1 100644 --- a/app/locales/en/translations.js +++ b/app/locales/en/translations.js @@ -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', @@ -1441,7 +1441,7 @@ export default { models: { appointment: { labels: { - status: 'First Name', + status: 'Status', appointmentType: 'Type', provider: 'With', location: 'Location',