From 09f5ce3d17a67e07d9a2be4192c57416c5a0fc4d Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Wed, 3 Apr 2019 16:54:45 +0200 Subject: [PATCH] fix var lang --- src/frontend/lang/lang-fr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/lang/lang-fr.ts b/src/frontend/lang/lang-fr.ts index e59eaf3fdaa..09d75fde635 100755 --- a/src/frontend/lang/lang-fr.ts +++ b/src/frontend/lang/lang-fr.ts @@ -916,7 +916,7 @@ export const LANG_FR = { "redirectTo" : "Rediriger vers", "newAssignee" : "Nouvel attributaire", "noPerson" : "Aucune personne", - "willBeAutomaticallyInCopy" : "sera automatiquement mise <b>en copie</b>", + "willBeAutomaticallyInCopy" : "sera automatiquement mis <b>en copie</b>", "confirm" : "Confirmer", "shipping_color" : "Couleur", "shipping_duplexPrinting" : "Recto verso", -- GitLab