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

Commit

Permalink
fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
billybonks committed Jun 16, 2016
1 parent 46a1a58 commit 36e6ff7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ export default {
actions: 'Actions'
},
patients: {
titles:{
titles: {
add_contact: 'Add Contact',
delete: 'Delete Patient',
new: 'New Patient',
Expand All @@ -675,17 +675,17 @@ export default {
saved_patient: 'The patient record for {{displayName}} has been saved.',
not_found_quick_add: 'The patient <strong>{{patientFullName}}</strong> could not be found. If you would like to create a new patient, fill in the information below. Otherwise press the Cancel button to return.',
create_new_patient: 'Create a new patient record?'
}
buttons:{
back_to_patients: 'Back to Patient List'
},
buttons: {
back_to_patients: 'Back to Patient List',
new_patient: '+ new patient'
},
labels:{
labels: {
admission_date: 'Admission Date',
patient_days: 'Patient Days',
discharge_date: 'Discharge Date'
discharge_date: 'Discharge Date',
discharge: 'Discharge',
admit: 'Admit'
admit: 'Admit',
relationships: 'Relationships',
phone: 'Phone',
email: 'Email',
Expand All @@ -695,8 +695,8 @@ export default {
dob: 'DOB',
sources: 'Sources',
costs: 'Costs',
civil_status: 'Civil Statu',
relationship: 'Relationship To Patient'
civil_status: 'Civil Status',
relationship: 'Relationship To Patient',
education: 'Education',
occupation: 'Occupation',
income: 'Income',
Expand Down

0 comments on commit 36e6ff7

Please sign in to comment.