Tweak copy in the space create menu

pull/21833/head
Michael Telatynski 2021-08-10 16:46:11 +01:00
parent f98de18427
commit 6efb699670
2 changed files with 4 additions and 4 deletions

View File

@ -280,13 +280,13 @@ const SpaceCreateMenu = ({ onFinished }) => {
/>
<p>
{ _t("You can also create a Space from a <a>community</a>.", {}, {
{ _t("You can also make Spaces from <a>communities</a>.", {}, {
a: sub => <AccessibleButton kind="link" onClick={onCreateSpaceFromCommunityClick}>
{ sub }
</AccessibleButton>,
}) }
&nbsp;
{ _t("To join an existing space you'll need an invite") }
{ _t("To join a space you'll need an invite") }
</p>
<SpaceFeedbackPrompt onClick={onFinished} />

View File

@ -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 <a>community</a>.": "You can also create a Space from a <a>community</a>.",
"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 <a>communities</a>.": "You can also make Spaces from <a>communities</a>.",
"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",