From f7959fe64f36edd1b7178cb8b4dd512a1d2063a8 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 24 Sep 2020 09:55:42 +0100 Subject: [PATCH] i18n and delint one last time Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/structures/LeftPanelWidget.tsx | 2 -- src/i18n/strings/en_EN.json | 1 - 2 files changed, 3 deletions(-) diff --git a/src/components/structures/LeftPanelWidget.tsx b/src/components/structures/LeftPanelWidget.tsx index f12c5ca2f9..e8dfe955a8 100644 --- a/src/components/structures/LeftPanelWidget.tsx +++ b/src/components/structures/LeftPanelWidget.tsx @@ -18,8 +18,6 @@ import React, {useContext, useEffect, useMemo} from "react"; import {Resizable} from "re-resizable"; import classNames from "classnames"; -import {_t} from "../../languageHandler"; -import AccessibleTooltipButton from "../views/elements/AccessibleTooltipButton"; import AccessibleButton from "../views/elements/AccessibleButton"; import {useRovingTabIndex} from "../../accessibility/RovingTabIndex"; import {Key} from "../../Keyboard"; diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 82e7f070aa..d7360430ae 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -2056,7 +2056,6 @@ "Explore Public Rooms": "Explore Public Rooms", "Create a Group Chat": "Create a Group Chat", "Explore rooms": "Explore rooms", - "Maximize": "Maximize", "Failed to reject invitation": "Failed to reject invitation", "This room is not public. You will not be able to rejoin without an invite.": "This room is not public. You will not be able to rejoin without an invite.", "Are you sure you want to leave the room '%(roomName)s'?": "Are you sure you want to leave the room '%(roomName)s'?",