Nomenclature
This commit is contained in:
parent
ea25e48ccb
commit
b9576754e6
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export default class DirectorySearchBox extends React.Component {
|
||||||
className="mx_DirectorySearchBox_input"
|
className="mx_DirectorySearchBox_input"
|
||||||
ref={this._collectInput}
|
ref={this._collectInput}
|
||||||
onChange={this._onChange} onKeyUp={this._onKeyUp}
|
onChange={this._onChange} onKeyUp={this._onKeyUp}
|
||||||
placeholder="Find a room by keyword or room ID (#matrix:matrix.org)"
|
placeholder="Find a room by keyword or room alias (#matrix:matrix.org)"
|
||||||
/>
|
/>
|
||||||
{join_button}
|
{join_button}
|
||||||
<span className="mx_DirectorySearchBox_clear_wrapper">
|
<span className="mx_DirectorySearchBox_clear_wrapper">
|
||||||
|
|
Loading…
Reference in a new issue