From 654429dbdb016ecb4f7fd8249828a820877564ff Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 18 Jun 2016 21:12:32 +0100 Subject: [PATCH] improve wording on 'search room names' --- src/components/structures/SearchBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/SearchBox.js b/src/components/structures/SearchBox.js index 9a38089e17..5e5a19e65e 100644 --- a/src/components/structures/SearchBox.js +++ b/src/components/structures/SearchBox.js @@ -103,7 +103,7 @@ module.exports = React.createClass({ className="mx_SearchBox_search" value={ this.state.searchTerm } onChange={ this.onChange } - placeholder="Search room names" + placeholder="Filter room names" /> ]; }