mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
fix: update space settings label
This commit is contained in:
parent
db8b6fa79e
commit
8d1c91943b
@ -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,
|
||||
})}
|
||||
>
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user