Tweak copy in the space create menu
This commit is contained in:
parent
f98de18427
commit
6efb699670
2 changed files with 4 additions and 4 deletions
|
@ -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>,
|
||||
}) }
|
||||
|
||||
{ _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} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue