From 55ed68aca3fedea4d8e2f6cbbf97c01f95998d4e Mon Sep 17 00:00:00 2001 From: Jonathan Niles Date: Wed, 3 May 2017 18:07:26 +0100 Subject: [PATCH] fix(i18n): translate patient group correctly (#1583) 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. --- client/src/i18n/fr/patient_group.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/i18n/fr/patient_group.json b/client/src/i18n/fr/patient_group.json index 1dd5a83a6d..584bf33049 100644 --- a/client/src/i18n/fr/patient_group.json +++ b/client/src/i18n/fr/patient_group.json @@ -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"}} \ No newline at end of file +"TITLE":"Gestion des Groupes Patients"}}