From 868e3b04b9f1a8ffc34006baac5295f4c6a99299 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 20 Jul 2020 19:00:07 +0200
Subject: [PATCH] Fix typo

---
 client/src/translations/rules/Vchess/en.pug | 2 +-
 client/src/translations/rules/Vchess/es.pug | 2 +-
 client/src/translations/rules/Vchess/fr.pug | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/src/translations/rules/Vchess/en.pug b/client/src/translations/rules/Vchess/en.pug
index 2480abd2..157c044d 100644
--- a/client/src/translations/rules/Vchess/en.pug
+++ b/client/src/translations/rules/Vchess/en.pug
@@ -7,7 +7,7 @@ p.
 
 figure.diagram-container
   .diagram
-    | fen:k7/2B5/3p4/2p1p3/2P1P3/3P1N2/8/K7:
+    | fen:k7/2B5/3p4/2p1p3/2P1P3/3P1n2/8/K7:
   figcaption The bishop and the knight are under attack.
 
 h3 Source
diff --git a/client/src/translations/rules/Vchess/es.pug b/client/src/translations/rules/Vchess/es.pug
index 93e7d347..0e654b65 100644
--- a/client/src/translations/rules/Vchess/es.pug
+++ b/client/src/translations/rules/Vchess/es.pug
@@ -8,7 +8,7 @@ p.
 
 figure.diagram-container
   .diagram
-    | fen:k7/2B5/3p4/2p1p3/2P1P3/3P1N2/8/K7:
+    | fen:k7/2B5/3p4/2p1p3/2P1P3/3P1n2/8/K7:
   figcaption El alfil y el caballo son atacados.
 
 h3 Fuente
diff --git a/client/src/translations/rules/Vchess/fr.pug b/client/src/translations/rules/Vchess/fr.pug
index 2660509e..80770e50 100644
--- a/client/src/translations/rules/Vchess/fr.pug
+++ b/client/src/translations/rules/Vchess/fr.pug
@@ -8,7 +8,7 @@ p.
 
 figure.diagram-container
   .diagram
-    | fen:k7/2B5/3p4/2p1p3/2P1P3/3P1N2/8/K7:
+    | fen:k7/2B5/3p4/2p1p3/2P1P3/3P1n2/8/K7:
   figcaption Le fou et le cavalier sont attaqués.
 
 h3 Source
-- 
2.44.0