From f1b7b722e0334bb7d06fea712bfc43b545dab177 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Fri, 15 Feb 2019 10:30:16 +0100 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 5bb1b2a4160..9aed7a269c7 100755 --- a/src/frontend/lang/lang-fr.ts +++ b/src/frontend/lang/lang-fr.ts @@ -838,7 +838,7 @@ export const LANG_FR = { "alignRight" : "Droite", "fontBig" : "Grand", "chronoNumberShort" : "N° Chrono", - "objectSample" : "Plainte concernant des nuisances sonore nocturne (le 01/01/2019)", + "objectSample" : "Plainte concernant des nuisances sonores nocturnes (le 01/01/2019)", "getPriority" : "Priorité", "getPrioritySample" : "Urgent", "getCategory" : "Catégorie", -- GitLab