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

Commit 9b4af91

Browse files
committed
delint
1 parent eff0e6f commit 9b4af91

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

src/components/views/spaces/SpaceTreeLevel.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,10 @@ import {
3939
import MatrixClientContext from "../../../contexts/MatrixClientContext";
4040
import AccessibleButton, {ButtonEvent} from "../elements/AccessibleButton";
4141
import defaultDispatcher from "../../../dispatcher/dispatcher";
42-
import Modal from "../../../Modal";
43-
import SpacePublicShare from "./SpacePublicShare";
4442
import {Action} from "../../../dispatcher/actions";
4543
import RoomViewStore from "../../../stores/RoomViewStore";
4644
import {SetRightPanelPhasePayload} from "../../../dispatcher/payloads/SetRightPanelPhasePayload";
4745
import {RightPanelPhases} from "../../../stores/RightPanelStorePhases";
48-
import {showRoomInviteDialog} from "../../../RoomInvite";
49-
import InfoDialog from "../dialogs/InfoDialog";
5046
import {EventType} from "matrix-js-sdk/src/@types/event";
5147

5248
interface IItemProps {

src/i18n/strings/en_EN.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,8 @@
723723
"Common names and surnames are easy to guess": "Common names and surnames are easy to guess",
724724
"Straight rows of keys are easy to guess": "Straight rows of keys are easy to guess",
725725
"Short keyboard patterns are easy to guess": "Short keyboard patterns are easy to guess",
726+
"Invite to %(spaceName)s": "Invite to %(spaceName)s",
727+
"Share your public space": "Share your public space",
726728
"Unknown App": "Unknown App",
727729
"Help us improve %(brand)s": "Help us improve %(brand)s",
728730
"Send <UsageDataLink>anonymous usage data</UsageDataLink> which helps us improve %(brand)s. This will use a <PolicyLink>cookie</PolicyLink>.": "Send <UsageDataLink>anonymous usage data</UsageDataLink> which helps us improve %(brand)s. This will use a <PolicyLink>cookie</PolicyLink>.",
@@ -1012,8 +1014,6 @@
10121014
"Share invite link": "Share invite link",
10131015
"Invite people": "Invite people",
10141016
"Invite with email or username": "Invite with email or username",
1015-
"Invite to %(spaceName)s": "Invite to %(spaceName)s",
1016-
"Share your public space": "Share your public space",
10171017
"Settings": "Settings",
10181018
"Leave space": "Leave space",
10191019
"Create new room": "Create new room",
@@ -2632,12 +2632,10 @@
26322632
"Search names and description": "Search names and description",
26332633
"If you can't find the room you're looking for, ask for an invite or <a>create a new room</a>.": "If you can't find the room you're looking for, ask for an invite or <a>create a new room</a>.",
26342634
"Create room": "Create room",
2635-
"<inviter/> invites you": "<inviter/> invites you",
26362635
"Public space": "Public space",
26372636
"Private space": "Private space",
2637+
"<inviter/> invites you": "<inviter/> invites you",
26382638
"Add existing rooms & spaces": "Add existing rooms & spaces",
2639-
"Your public space <name/>": "Your public space <name/>",
2640-
"Your private space <name/>": "Your private space <name/>",
26412639
"Welcome to <name/>": "Welcome to <name/>",
26422640
"Random": "Random",
26432641
"Support": "Support",

0 commit comments

Comments
 (0)