From 6efb6996708ad2155224f89127c95b71c831fe12 Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Tue, 10 Aug 2021 16:46:11 +0100
Subject: [PATCH] Tweak copy in the space create menu
---
src/components/views/spaces/SpaceCreateMenu.tsx | 4 ++--
src/i18n/strings/en_EN.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/views/spaces/SpaceCreateMenu.tsx b/src/components/views/spaces/SpaceCreateMenu.tsx
index 9921194b39..5021cc666a 100644
--- a/src/components/views/spaces/SpaceCreateMenu.tsx
+++ b/src/components/views/spaces/SpaceCreateMenu.tsx
@@ -280,13 +280,13 @@ const SpaceCreateMenu = ({ onFinished }) => {
/>
- { _t("You can also create a Space from a community.", {}, {
+ { _t("You can also make Spaces from communities.", {}, {
a: sub =>
{ sub }
,
}) }
- { _t("To join an existing space you'll need an invite") }
+ { _t("To join a space you'll need an invite") }
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index f41a0dccc2..6fff4a5393 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -1033,8 +1033,8 @@
"Open space for anyone, best for communities": "Open space for anyone, best for communities",
"Private": "Private",
"Invite only, best for yourself or teams": "Invite only, best for yourself or teams",
- "You can also create a Space from a community.": "You can also create a Space from a community.",
- "To join an existing space you'll need an invite": "To join an existing space you'll need an invite",
+ "You can also make Spaces from communities.": "You can also make Spaces from communities.",
+ "To join a space you'll need an invite": "To join a space you'll need an invite",
"Go back": "Go back",
"Your public space": "Your public space",
"Your private space": "Your private space",