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

Commit

Permalink
add english translation for 'Add patient contact'
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Chau committed Dec 13, 2016
1 parent d2004bf commit db0da95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ export default {
socialWork: 'Social Work'
},
titles: {
addContact: 'Add Contact',
admittedPatients: 'Admitted Patients',
expenses: 'Expenses',
additionalContacts: 'Additional Contacts',
Expand Down
2 changes: 1 addition & 1 deletion app/patients/add-contact/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { translationMacro as t } from 'ember-i18n';
export default Ember.Controller.extend(IsUpdateDisabled, {
patientsEdit: Ember.inject.controller('patients/edit'),
editController: Ember.computed.alias('patientsEdit'),
title: t('patients.titles.add_contact'),
title: t('patients.titles.addContact'),
updateButtonText: t('buttons.add'),
updateButtonAction: 'add',
showUpdateButton: true,
Expand Down

0 comments on commit db0da95

Please sign in to comment.