From 719c7e975b8a62f9b4a1ffe56bbaa4b9340e3a23 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 1 Apr 2020 22:19:11 +0200
Subject: [PATCH] Fix typo

---
 client/src/translations/en.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/translations/en.js b/client/src/translations/en.js
index 431f3b0d..20d8f40d 100644
--- a/client/src/translations/en.js
+++ b/client/src/translations/en.js
@@ -206,7 +206,7 @@ export const translations = {
   "Pawns move diagonally": "Pawns move diagonally",
   "Play at the same time": "Play at the same time",
   "Powerful pieces": "Powerful pieces",
-  "Prolongated captures", "Prolongated captures",
+  "Prolongated captures": "Prolongated captures",
   "Push and pull": "Push and pull",
   "Queen disguised as a pawn": "Queen disguised as a pawn",
   "Reuse pieces": "Reuse pieces",
-- 
2.44.0