From fb1bbcf2304c143a1ff21a1c73b7bc02666c0af3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 12 Feb 2022 21:31:59 +0100 Subject: [PATCH] fix escaping --- Theme/Backend/Lang/fr.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 67bc7fe..aea9849 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -19,7 +19,7 @@ return ['Profile' => [ 'Address' => 'Adresse', 'Amount' => '{Quantité}', 'Area' => 'Zone', - 'Birthday' => 'Date d\\'anniversaire', + 'Birthday' => 'Date d\'anniversaire', 'Change' => 'Changer', 'City' => 'Ville', 'Community' => 'Communauté', @@ -76,7 +76,7 @@ return ['Profile' => [ 'ThousandsSeparator' => 'Séparateur de milliers', 'Time' => 'Temps', 'TimeDelim' => 'Séparateur de temps', - 'Timeformat' => 'Format de l\\'heure', + 'Timeformat' => 'Format de l\'heure', 'Timezone' => 'Fuseau horaire', 'VeryFast' => 'Très vite', 'VeryHeavy' => 'Très lourd',