From 5e21ca43ec48214cc031fd0b6dd26e4d26f825c5 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 6 Mar 2023 17:14:11 +0000 Subject: [PATCH] Fix space settings dialog having rogue title tooltip (#10293) --- src/components/views/dialogs/SpaceSettingsDialog.tsx | 8 ++------ src/i18n/strings/en_EN.json | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/views/dialogs/SpaceSettingsDialog.tsx b/src/components/views/dialogs/SpaceSettingsDialog.tsx index 76cb883068..e7d7489b08 100644 --- a/src/components/views/dialogs/SpaceSettingsDialog.tsx +++ b/src/components/views/dialogs/SpaceSettingsDialog.tsx @@ -84,17 +84,13 @@ const SpaceSettingsDialog: React.FC = ({ matrixClient: cli, space, onFin return ( -
+
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index c965e99374..d570511ddf 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -3014,7 +3014,6 @@ "Proxy URL": "Proxy URL", "Sections to show": "Sections to show", "This groups your chats with members of this space. Turning this off will hide those chats from your view of %(spaceName)s.": "This groups your chats with members of this space. Turning this off will hide those chats from your view of %(spaceName)s.", - "Space settings": "Space settings", "Settings - %(spaceName)s": "Settings - %(spaceName)s", "To help us prevent this in future, please send us logs.": "To help us prevent this in future, please send us logs.", "Missing session data": "Missing session data",