From fc84682c81859463844c48c2e41deafee5d0c1c8 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Mon, 6 Sep 2021 11:35:02 +0100
Subject: [PATCH] i18n

---
 src/i18n/strings/en_EN.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 010c3b03fc..e77ebb33af 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -1464,10 +1464,10 @@
     "Only invited people can join.": "Only invited people can join.",
     "Anyone can find and join.": "Anyone can find and join.",
     "Upgrade required": "Upgrade required",
-    "& %(count)s more|one": "& %(count)s more",
     "& %(count)s more|other": "& %(count)s more",
-    "Currently, %(count)s spaces have access|one": "Currently, a space has access",
+    "& %(count)s more|one": "& %(count)s more",
     "Currently, %(count)s spaces have access|other": "Currently, %(count)s spaces have access",
+    "Currently, %(count)s spaces have access|one": "Currently, a space has access",
     "Anyone in a space can find and join. <a>Edit which spaces can access here.</a>": "Anyone in a space can find and join. <a>Edit which spaces can access here.</a>",
     "Spaces with access": "Spaces with access",
     "Anyone in %(spaceName)s can find and join. You can select other spaces too.": "Anyone in %(spaceName)s can find and join. You can select other spaces too.",