Tweak copy in the space create menu

This commit is contained in:
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} />