fix: update space settings label

This commit is contained in:
Florian Duros 2025-09-17 18:14:58 +02:00
parent db8b6fa79e
commit 8d1c91943b
No known key found for this signature in database
GPG Key ID: A5BBB4041B493F15
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ const SpacePreferencesAppearanceTab: React.FC<Pick<IProps, "space">> = ({ space
return (
<SettingsTab>
<SettingsSection heading={_t("space|preferences|sections_section")}>
<SettingsSection heading={_t("space|preferences|sections_filter")}>
<SettingsSubsection>
<StyledCheckbox
checked={!!showPeople}
@ -45,7 +45,7 @@ const SpacePreferencesAppearanceTab: React.FC<Pick<IProps, "space">> = ({ space
!showPeople,
);
}}
description={_t("space|preferences|show_people_in_space", {
description={_t("space|preferences|show_people_filter_in_space", {
spaceName: space.name,
})}
>

View File

@ -3237,8 +3237,8 @@
"mark_suggested": "Mark as suggested",
"no_search_result_hint": "You may want to try a different search or check for typos.",
"preferences": {
"sections_section": "Sections to show",
"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."
"sections_filter": "Filters to show",
"show_people_filter_in_space": "Show the People filter and DMs related to this Space."
},
"room_filter_placeholder": "Search for rooms",
"search_children": "Search %(spaceName)s",