Skip to content

Commit 8d1c919

Browse files
committed
fix: update space settings label
1 parent db8b6fa commit 8d1c919

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/views/dialogs/SpacePreferencesDialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const SpacePreferencesAppearanceTab: React.FC<Pick<IProps, "space">> = ({ space
3333

3434
return (
3535
<SettingsTab>
36-
<SettingsSection heading={_t("space|preferences|sections_section")}>
36+
<SettingsSection heading={_t("space|preferences|sections_filter")}>
3737
<SettingsSubsection>
3838
<StyledCheckbox
3939
checked={!!showPeople}
@@ -45,7 +45,7 @@ const SpacePreferencesAppearanceTab: React.FC<Pick<IProps, "space">> = ({ space
4545
!showPeople,
4646
);
4747
}}
48-
description={_t("space|preferences|show_people_in_space", {
48+
description={_t("space|preferences|show_people_filter_in_space", {
4949
spaceName: space.name,
5050
})}
5151
>

src/i18n/strings/en_EN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,8 +3237,8 @@
32373237
"mark_suggested": "Mark as suggested",
32383238
"no_search_result_hint": "You may want to try a different search or check for typos.",
32393239
"preferences": {
3240-
"sections_section": "Sections to show",
3241-
"show_people_in_space": "This groups your chats with members of this space. Turning this off will hide those chats from your view of %(spaceName)s."
3240+
"sections_filter": "Filters to show",
3241+
"show_people_filter_in_space": "Show the People filter and DMs related to this Space."
32423242
},
32433243
"room_filter_placeholder": "Search for rooms",
32443244
"search_children": "Search %(spaceName)s",

0 commit comments

Comments
 (0)