From 2f27fc82b9f23ec51ff7d184e1e5330ae5f5097f Mon Sep 17 00:00:00 2001 From: Gagaro Date: Fri, 10 Feb 2023 11:34:41 +0100 Subject: [PATCH] Fix lower / upper fence french translation --- lib/locales/fr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/locales/fr.js b/lib/locales/fr.js index aa5945d5a1c..4471e6696a3 100644 --- a/lib/locales/fr.js +++ b/lib/locales/fr.js @@ -46,8 +46,8 @@ module.exports = { 'q3:': 'q3 :', 'source:': 'source :', 'target:': 'embouchure :', - 'lower fence:': 'clôture supérieure :', - 'upper fence:': 'clôture inférieure :', + 'lower fence:': 'clôture inférieure :', + 'upper fence:': 'clôture supérieure :', 'max:': 'max. :', 'mean ± σ:': 'moyenne ± σ :', 'mean:': 'moyenne :',