diff --git a/src/components/structures/SpaceRoomView.tsx b/src/components/structures/SpaceRoomView.tsx index 5829578cd2..682a0c68db 100644 --- a/src/components/structures/SpaceRoomView.tsx +++ b/src/components/structures/SpaceRoomView.tsx @@ -356,7 +356,7 @@ const SpaceLandingAddButton = ({ space }) => { }} /> { e.preventDefault(); diff --git a/src/components/views/dialogs/AddExistingSubspaceDialog.tsx b/src/components/views/dialogs/AddExistingSubspaceDialog.tsx index f0e5e9241e..a6dbf9dd42 100644 --- a/src/components/views/dialogs/AddExistingSubspaceDialog.tsx +++ b/src/components/views/dialogs/AddExistingSubspaceDialog.tsx @@ -54,7 +54,7 @@ const AddExistingSubspaceDialog: React.FC = ({ space, onCreateSubspaceCl footerPrompt={<>
{ _t("Want to add a new space instead?") }
- { _t("Create a new subspace") } + { _t("Create a new space") } } filterPlaceholder={_t("Search for spaces")} diff --git a/src/components/views/dialogs/CreateSubspaceDialog.tsx b/src/components/views/dialogs/CreateSubspaceDialog.tsx index 6a81bb04df..0d71eb2de3 100644 --- a/src/components/views/dialogs/CreateSubspaceDialog.tsx +++ b/src/components/views/dialogs/CreateSubspaceDialog.tsx @@ -136,7 +136,7 @@ const CreateSubspaceDialog: React.FC = ({ space, onAddExistingSpaceClick return = ({ space, onAddExistingSpaceClick
- { _t("Add a subspace to a space you manage.") } + { _t("Add a space to a space you manage.") }
= ({ space, onAddExistingSpaceClick aliasFieldRef={spaceAliasField} > { /> diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index ef4537bddf..314f8a469e 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1056,7 +1056,7 @@ "Leave space": "Leave space", "Create new room": "Create new room", "Add existing room": "Add existing room", - "Add subspace": "Add subspace", + "Add space": "Add space", "Members": "Members", "Manage & explore rooms": "Manage & explore rooms", "Explore rooms": "Explore rooms", @@ -2113,7 +2113,7 @@ "Matrix rooms": "Matrix rooms", "Add existing space": "Add existing space", "Want to add a new space instead?": "Want to add a new space instead?", - "Create a new subspace": "Create a new subspace", + "Create a new space": "Create a new space", "Search for spaces": "Search for spaces", "Not all selected were added": "Not all selected were added", "Adding rooms... (%(progress)s out of %(count)s)|other": "Adding rooms... (%(progress)s out of %(count)s)", @@ -2222,11 +2222,10 @@ "Anyone in will be able to find and join.": "Anyone in will be able to find and join.", "Anyone will be able to find and join this space, not just members of .": "Anyone will be able to find and join this space, not just members of .", "Only people invited will be able to find and join this space.": "Only people invited will be able to find and join this space.", - "Create a subspace": "Create a subspace", - "Add a subspace to a space you manage.": "Add a subspace to a space you manage.", - "Subspace visibility": "Subspace visibility", - "Private subspace (invite only)": "Private subspace (invite only)", - "Public subspace": "Public subspace", + "Add a space to a space you manage.": "Add a space to a space you manage.", + "Space visibility": "Space visibility", + "Private space (invite only)": "Private space (invite only)", + "Public space": "Public space", "Want to add an existing space instead?": "Want to add an existing space instead?", "Adding...": "Adding...", "Sign out": "Sign out", @@ -2815,7 +2814,6 @@ "If you can't find the room you're looking for, ask for an invite or create a new room.": "If you can't find the room you're looking for, ask for an invite or create a new room.", "Create room": "Create room", "Spaces are a beta feature.": "Spaces are a beta feature.", - "Public space": "Public space", "Private space": "Private space", " invites you": " invites you", "To view %(spaceName)s, turn on the Spaces beta": "To view %(spaceName)s, turn on the Spaces beta",