From 28e4c7ad06765b14f6c0c5a629ed8d7212f16d58 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 6 Mar 2023 15:11:02 +0000 Subject: [PATCH] Fix space settings dialog having rogue title tooltip --- 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 76cb883068a..e7d7489b08c 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 d5aa83660cc..82ad2f9d168 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -3012,7 +3012,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",