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

Commit

Permalink
Iterate PR based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Aug 11, 2021
1 parent 77cf5bf commit 54d85a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions res/css/views/dialogs/_CreateSpaceFromCommunityDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ limitations under the License.
line-height: $font-15px;
margin: 16px 0;
}

.mx_Field_textarea {
margin-bottom: 0;
}
}

.mx_JoinRuleDropdown .mx_Dropdown_menu {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,9 @@ const CreateSpaceFromCommunityDialog: React.FC<IProps> = ({ matrixClient: cli, g
<p>
{ _t("Spaces are the new version of communities - with new features coming.") }
&nbsp;
{ _t("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.") }
{ _t("A link to the Space will be put in your community description.") }
&nbsp;
{ _t("All rooms will be added and all community members will be invited.") }
</p>
<p className="mx_CreateSpaceFromCommunityDialog_flairNotice">
{ _t("Flair won't be available in Spaces for the foreseeable future.") }
Expand Down
4 changes: 2 additions & 2 deletions src/components/views/spaces/SpaceCreateMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ const SpaceCreateMenu = ({ onFinished }) => {
{ sub }
</AccessibleButton>,
}) }
&nbsp;
{ _t("To join an existing space you'll need an invite") }
<br />
{ _t("To join an existing space you'll need an invite.") }
</p>

<SpaceFeedbackPrompt onClick={onFinished} />
Expand Down
5 changes: 3 additions & 2 deletions src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@
"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",
"To join an existing space you'll need an invite.": "To join an existing space you'll need an invite.",
"Go back": "Go back",
"Your public space": "Your public space",
"Your private space": "Your private space",
Expand Down Expand Up @@ -2238,7 +2238,8 @@
"Failed to migrate community": "Failed to migrate community",
"Create Space from community": "Create Space from community",
"Spaces are the new version of communities - with new features coming.": "Spaces are the new version of communities - with new features coming.",
"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.",
"A link to the Space will be put in your community description.": "A link to the Space will be put in your community description.",
"All rooms will be added and all community members will be invited.": "All rooms will be added and all community members will be invited.",
"Flair won't be available in Spaces for the foreseeable future.": "Flair won't be available in Spaces for the foreseeable future.",
"This description will be shown to people when they view your space": "This description will be shown to people when they view your space",
"Space visibility": "Space visibility",
Expand Down

0 comments on commit 54d85a3

Please sign in to comment.