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

En lang consistency #749

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To install the frontend please do the following:
## Start
To start the frontend please do the following:

- Start the server by running `npm start` in the repo folder.
- Start the server by running `npm start` in the repo folder. In some cases, that will not work so try `ember serve`.
- Go to [http://localhost:4200/](http://localhost:4200/) in a browser and login with username `hradmin` and password `test`.

## Running with Docker
Expand Down
4 changes: 2 additions & 2 deletions app/locales/en/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ export default {
deletePatientRecord: 'Delete Patient Record'
},
messages: {
areYouSureDelete: 'Are you sure you want to delete this {{object}}?',
areYouSureDelete: 'Are you sure you wish to delete this {{object}}?',
deletePatient: 'Are you sure you wish to delete {{firstName}} {{lastName}}?',
noPatientsFound: 'No patients found.',
savedPatient: 'The patient record for {{displayName}} has been saved.',
Expand Down Expand Up @@ -968,7 +968,7 @@ export default {
medicationUsed: 'Medication Used'
},
messages: {
deleteMedication: 'Are you sure you want to delete this medication?',
deleteMedication: 'Are you sure you wish to delete this medication?',
delete: 'Are you sure you wish to delete this procedure?',
saved: 'The procedure record has been saved.'
},
Expand Down