Skip to content

Commit

Permalink
fix(i18n): translate patient group correctly (#1583)
Browse files Browse the repository at this point in the history
This commit fixes the translation for the key "PATIENT_GROUP" which was
clearly in English previously.  The key was used on the Patient Search
Form.
  • Loading branch information
jniles committed May 3, 2017
1 parent 0cb5317 commit 55ed68a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/i18n/fr/patient_group.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{"PATIENT_GROUP":{"ADD_PATIENT_GROUP":"Nouveau Groupe de Patients",
"ALL_PATIENT_GROUP":"Groupes Patients Enregistrées",
"DESCRIPTION1":"Group Patient est utilisée pour assigner un discount aux patients qui le meritent. utiliser ce module pour Enregsitrer, modifier, et effacer un group patient",
"DESCRIPTION1":"Le module 'Groupe de Patients' est utilisée pour assigner un discount aux patients qui le meritent. Utiliser ce module pour enregsitrer, modifier, et effacer une groupe de patients",
"DESCRIPTION2":"Modifier un Groupe Patient",
"EDIT_PATIENT_GROUP":"Formulaire de mise à jour de Groupe de patients",
"PATIENT_GROUP":"Patient Group",
"PATIENT_GROUP":"Groupe de Patients",
"PRICE_LIST":"Liste des Prix",
"REGISTER":"Enregistrer Groupe Patient",
"SUBSIDY":"Subventions",
"TITLE":"Gestion des Groupes Patients"}}
"TITLE":"Gestion des Groupes Patients"}}

0 comments on commit 55ed68a

Please sign in to comment.