Skip to content

Commit 2f27fc8

Browse files
authored
Fix lower / upper fence french translation
1 parent 70c49ce commit 2f27fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/locales/fr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ module.exports = {
4646
'q3:': 'q3 :',
4747
'source:': 'source :',
4848
'target:': 'embouchure :',
49-
'lower fence:': 'clôture supérieure :',
50-
'upper fence:': 'clôture inférieure :',
49+
'lower fence:': 'clôture inférieure :',
50+
'upper fence:': 'clôture supérieure :',
5151
'max:': 'max. :',
5252
'mean ± σ:': 'moyenne ± σ :',
5353
'mean:': 'moyenne :',

0 commit comments

Comments
 (0)