mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
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} />
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue