From 371449b0e312a03162b78797b83dee9d81706669 Mon Sep 17 00:00:00 2001
From: Joris
Date: Sun, 28 Jun 2020 10:37:08 +0200
Subject: Fix responsive header

---
 common/src/Common/Message/Translation.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'common/src')

diff --git a/common/src/Common/Message/Translation.hs b/common/src/Common/Message/Translation.hs
index 222e669..f1de3e1 100644
--- a/common/src/Common/Message/Translation.hs
+++ b/common/src/Common/Message/Translation.hs
@@ -592,12 +592,12 @@ m l (WeeklyReport_IncomeEdited count) =
 m l (WeeklyReport_PayedFor name amount for at) =
   case l of
     English -> T.concat [ name, " payed ", amount, " for “", for, "” at ", at ]
-    French  -> T.concat [ name, " a payé ", amount, " concernant « ", for, " » le ", at ]
+    French  -> T.concat [ name, " a payé ", amount, " de « ", for, " » le ", at ]
 
 m l (WeeklyReport_PayedForNot name amount for at) =
   case l of
     English -> T.concat [ name, " didn’t pay ", amount, " for “", for, "” at ", at ]
-    French  -> T.concat [ name, " n’a pas payé ", amount, " concernant « ", for, " » le ", at ]
+    French  -> T.concat [ name, " n’a pas payé ", amount, " de « ", for, " » le ", at ]
 
 m l (WeeklyReport_PayedFrom name amount for) =
   case l of
-- 
cgit v1.2.3