From 9b4af91014843dc439bfb270ec9a674c80d37d69 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 26 Mar 2021 13:25:06 +0000 Subject: [PATCH] delint --- src/components/views/spaces/SpaceTreeLevel.tsx | 4 ---- src/i18n/strings/en_EN.json | 8 +++----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/views/spaces/SpaceTreeLevel.tsx b/src/components/views/spaces/SpaceTreeLevel.tsx index 70280185b8..4c574b43d9 100644 --- a/src/components/views/spaces/SpaceTreeLevel.tsx +++ b/src/components/views/spaces/SpaceTreeLevel.tsx @@ -39,14 +39,10 @@ import { import MatrixClientContext from "../../../contexts/MatrixClientContext"; import AccessibleButton, {ButtonEvent} from "../elements/AccessibleButton"; import defaultDispatcher from "../../../dispatcher/dispatcher"; -import Modal from "../../../Modal"; -import SpacePublicShare from "./SpacePublicShare"; import {Action} from "../../../dispatcher/actions"; import RoomViewStore from "../../../stores/RoomViewStore"; import {SetRightPanelPhasePayload} from "../../../dispatcher/payloads/SetRightPanelPhasePayload"; import {RightPanelPhases} from "../../../stores/RightPanelStorePhases"; -import {showRoomInviteDialog} from "../../../RoomInvite"; -import InfoDialog from "../dialogs/InfoDialog"; import {EventType} from "matrix-js-sdk/src/@types/event"; interface IItemProps { diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index e7da333797..75cd3a787e 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -723,6 +723,8 @@ "Common names and surnames are easy to guess": "Common names and surnames are easy to guess", "Straight rows of keys are easy to guess": "Straight rows of keys are easy to guess", "Short keyboard patterns are easy to guess": "Short keyboard patterns are easy to guess", + "Invite to %(spaceName)s": "Invite to %(spaceName)s", + "Share your public space": "Share your public space", "Unknown App": "Unknown App", "Help us improve %(brand)s": "Help us improve %(brand)s", "Send anonymous usage data which helps us improve %(brand)s. This will use a cookie.": "Send anonymous usage data which helps us improve %(brand)s. This will use a cookie.", @@ -1012,8 +1014,6 @@ "Share invite link": "Share invite link", "Invite people": "Invite people", "Invite with email or username": "Invite with email or username", - "Invite to %(spaceName)s": "Invite to %(spaceName)s", - "Share your public space": "Share your public space", "Settings": "Settings", "Leave space": "Leave space", "Create new room": "Create new room", @@ -2632,12 +2632,10 @@ "Search names and description": "Search names and description", "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", - " invites you": " invites you", "Public space": "Public space", "Private space": "Private space", + " invites you": " invites you", "Add existing rooms & spaces": "Add existing rooms & spaces", - "Your public space ": "Your public space ", - "Your private space ": "Your private space ", "Welcome to ": "Welcome to ", "Random": "Random", "Support": "Support",