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

Commit f7959fe

Browse files
committed
i18n and delint one last time
Signed-off-by: Michael Telatynski <[email protected]>
1 parent c65d8be commit f7959fe

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/components/structures/LeftPanelWidget.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import React, {useContext, useEffect, useMemo} from "react";
1818
import {Resizable} from "re-resizable";
1919
import classNames from "classnames";
2020

21-
import {_t} from "../../languageHandler";
22-
import AccessibleTooltipButton from "../views/elements/AccessibleTooltipButton";
2321
import AccessibleButton from "../views/elements/AccessibleButton";
2422
import {useRovingTabIndex} from "../../accessibility/RovingTabIndex";
2523
import {Key} from "../../Keyboard";

src/i18n/strings/en_EN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,6 @@
20562056
"Explore Public Rooms": "Explore Public Rooms",
20572057
"Create a Group Chat": "Create a Group Chat",
20582058
"Explore rooms": "Explore rooms",
2059-
"Maximize": "Maximize",
20602059
"Failed to reject invitation": "Failed to reject invitation",
20612060
"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.",
20622061
"Are you sure you want to leave the room '%(roomName)s'?": "Are you sure you want to leave the room '%(roomName)s'?",

0 commit comments

Comments
 (0)