mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
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"
|
||||
ref={this._collectInput}
|
||||
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}
|
||||
<span className="mx_DirectorySearchBox_clear_wrapper">
|
||||
|
|
Loading…
Reference in a new issue