Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 54d85a3

Browse files
committed
Iterate PR based on feedback
1 parent 77cf5bf commit 54d85a3

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

res/css/views/dialogs/_CreateSpaceFromCommunityDialog.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ limitations under the License.
5050
line-height: $font-15px;
5151
margin: 16px 0;
5252
}
53+
54+
.mx_Field_textarea {
55+
margin-bottom: 0;
56+
}
5357
}
5458

5559
.mx_JoinRuleDropdown .mx_Dropdown_menu {

src/components/views/dialogs/CreateSpaceFromCommunityDialog.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,9 @@ const CreateSpaceFromCommunityDialog: React.FC<IProps> = ({ matrixClient: cli, g
288288
<p>
289289
{ _t("Spaces are the new version of communities - with new features coming.") }
290290
&nbsp;
291-
{ _t("All rooms will automatically be added, a link to the Space will be " +
292-
"added to your old community description and all community members will be invited.") }
291+
{ _t("A link to the Space will be put in your community description.") }
292+
&nbsp;
293+
{ _t("All rooms will be added and all community members will be invited.") }
293294
</p>
294295
<p className="mx_CreateSpaceFromCommunityDialog_flairNotice">
295296
{ _t("Flair won't be available in Spaces for the foreseeable future.") }

src/components/views/spaces/SpaceCreateMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ const SpaceCreateMenu = ({ onFinished }) => {
285285
{ sub }
286286
</AccessibleButton>,
287287
}) }
288-
&nbsp;
289-
{ _t("To join an existing space you'll need an invite") }
288+
<br />
289+
{ _t("To join an existing space you'll need an invite.") }
290290
</p>
291291

292292
<SpaceFeedbackPrompt onClick={onFinished} />

src/i18n/strings/en_EN.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@
10341034
"Private": "Private",
10351035
"Invite only, best for yourself or teams": "Invite only, best for yourself or teams",
10361036
"You can also create a Space from a <a>community</a>.": "You can also create a Space from a <a>community</a>.",
1037-
"To join an existing space you'll need an invite": "To join an existing space you'll need an invite",
1037+
"To join an existing space you'll need an invite.": "To join an existing space you'll need an invite.",
10381038
"Go back": "Go back",
10391039
"Your public space": "Your public space",
10401040
"Your private space": "Your private space",
@@ -2238,7 +2238,8 @@
22382238
"Failed to migrate community": "Failed to migrate community",
22392239
"Create Space from community": "Create Space from community",
22402240
"Spaces are the new version of communities - with new features coming.": "Spaces are the new version of communities - with new features coming.",
2241-
"All rooms will automatically be added, a link to the Space will be added to your old community description and all community members will be invited.": "All rooms will automatically be added, a link to the Space will be added to your old community description and all community members will be invited.",
2241+
"A link to the Space will be put in your community description.": "A link to the Space will be put in your community description.",
2242+
"All rooms will be added and all community members will be invited.": "All rooms will be added and all community members will be invited.",
22422243
"Flair won't be available in Spaces for the foreseeable future.": "Flair won't be available in Spaces for the foreseeable future.",
22432244
"This description will be shown to people when they view your space": "This description will be shown to people when they view your space",
22442245
"Space visibility": "Space visibility",

0 commit comments

Comments
 (0)