1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-22 18:41:57 +03:00

show shorter placeholder for filter feed when not focused

This commit is contained in:
Bruno Windels
2019-09-10 10:58:11 +02:00
parent da98080859
commit 15d3774665
3 changed files with 15 additions and 3 deletions

View File

@ -263,7 +263,8 @@ const LeftPanel = createReactClass({
const searchBox = (<SearchBox
enableRoomSearchFocus={true}
placeholder={ _t('Filter room names') }
blurredPlaceholder={ _t('Filter') }
placeholder={ _t('Filter rooms…') }
onSearch={ this.onSearch }
onCleared={ this.onSearchCleared }
onFocus={this._onSearchFocus}