Skip to content

Commit 654429d

Browse files
committed
improve wording on 'search room names'
1 parent 607923b commit 654429d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/SearchBox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = React.createClass({
103103
className="mx_SearchBox_search"
104104
value={ this.state.searchTerm }
105105
onChange={ this.onChange }
106-
placeholder="Search room names"
106+
placeholder="Filter room names"
107107
/>
108108
];
109109
}

0 commit comments

Comments
 (0)