Skip to content

Commit d3fee54

Browse files
committed
Update Room List filter copy
1 parent 1879010 commit d3fee54

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/structures/RoomSearch.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default class RoomSearch extends React.PureComponent<IProps, IState> {
148148
onBlur={this.onBlur}
149149
onChange={this.onChange}
150150
onKeyDown={this.onKeyDown}
151-
placeholder={_t("Search")}
151+
placeholder={_t("Filter")}
152152
autoComplete="off"
153153
/>
154154
);
@@ -164,7 +164,7 @@ export default class RoomSearch extends React.PureComponent<IProps, IState> {
164164
if (this.props.isMinimized) {
165165
icon = (
166166
<AccessibleButton
167-
title={_t("Search rooms")}
167+
title={_t("Filter rooms and people")}
168168
className="mx_RoomSearch_icon mx_RoomSearch_minimizedHandle"
169169
onClick={this.openSearch}
170170
/>

src/i18n/strings/en_EN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2372,8 +2372,9 @@
23722372
"Find a room… (e.g. %(exampleRoom)s)": "Find a room… (e.g. %(exampleRoom)s)",
23732373
"If you can't find the room you're looking for, ask for an invite or <a>Create a new room</a>.": "If you can't find the room you're looking for, ask for an invite or <a>Create a new room</a>.",
23742374
"Explore rooms in %(communityName)s": "Explore rooms in %(communityName)s",
2375+
"Filter": "Filter",
23752376
"Clear filter": "Clear filter",
2376-
"Search rooms": "Search rooms",
2377+
"Filter rooms and people": "Filter rooms and people",
23772378
"You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.",
23782379
"Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.",
23792380
"Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.",

0 commit comments

Comments
 (0)