diff --git a/src/components/views/settings/tabs/user/SidebarUserSettingsTab.tsx b/src/components/views/settings/tabs/user/SidebarUserSettingsTab.tsx
index 92a5bacb64..adbee7e1d9 100644
--- a/src/components/views/settings/tabs/user/SidebarUserSettingsTab.tsx
+++ b/src/components/views/settings/tabs/user/SidebarUserSettingsTab.tsx
@@ -1,5 +1,5 @@
/*
-Copyright 2021 The Matrix.org Foundation C.I.C.
+Copyright 2021 - 2022 The Matrix.org Foundation C.I.C.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -45,18 +45,17 @@ const SidebarUserSettingsTab = () => {
-
{ _t("Spaces") }
-
{ _t("Spaces are ways to group rooms and people.") }
-
{ _t("Spaces to show") }
- { _t("Along with the spaces you're in, you can use some pre-built ones too.") }
+ { _t("Spaces are ways to group rooms and people. " +
+ "Alongside the spaces you're in, you can use some pre-built ones too.") }
{ _t("Home") }
@@ -91,7 +90,7 @@ const SidebarUserSettingsTab = () => {
{ _t("Favourites") }
- { _t("Automatically group all your favourite rooms and people together in one place.") }
+ { _t("Group all your favourite rooms and people in one place.") }
{
{ _t("People") }
- { _t("Automatically group all your people together in one place.") }
+ { _t("Group all your people in one place.") }
{
{ _t("Rooms outside of a space") }
- { _t("Automatically group all your rooms that aren't part of a space in one place.") }
+ { _t("Group all your rooms that aren't part of a space in one place.") }
diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json
index 0583d7e096..bc8f8a60d4 100644
--- a/src/i18n/strings/en_EN.json
+++ b/src/i18n/strings/en_EN.json
@@ -1502,15 +1502,14 @@
"Where you're signed in": "Where you're signed in",
"Manage your signed-in devices below. A device's name is visible to people you communicate with.": "Manage your signed-in devices below. A device's name is visible to people you communicate with.",
"Sidebar": "Sidebar",
- "Spaces are ways to group rooms and people.": "Spaces are ways to group rooms and people.",
"Spaces to show": "Spaces to show",
- "Along with the spaces you're in, you can use some pre-built ones too.": "Along with the spaces you're in, you can use some pre-built ones too.",
+ "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.": "Spaces are ways to group rooms and people. Alongside the spaces you're in, you can use some pre-built ones too.",
"Home is useful for getting an overview of everything.": "Home is useful for getting an overview of everything.",
"Show all your rooms in Home, even if they're in a space.": "Show all your rooms in Home, even if they're in a space.",
- "Automatically group all your favourite rooms and people together in one place.": "Automatically group all your favourite rooms and people together in one place.",
- "Automatically group all your people together in one place.": "Automatically group all your people together in one place.",
+ "Group all your favourite rooms and people in one place.": "Group all your favourite rooms and people in one place.",
+ "Group all your people in one place.": "Group all your people in one place.",
"Rooms outside of a space": "Rooms outside of a space",
- "Automatically group all your rooms that aren't part of a space in one place.": "Automatically group all your rooms that aren't part of a space in one place.",
+ "Group all your rooms that aren't part of a space in one place.": "Group all your rooms that aren't part of a space in one place.",
"Default Device": "Default Device",
"No media permissions": "No media permissions",
"You may need to manually permit %(brand)s to access your microphone/webcam": "You may need to manually permit %(brand)s to access your microphone/webcam",