mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Make emoji picker search placeholder localizable (#7294)
This commit is contained in:
parent
5e19009e02
commit
eab028f2f8
@ -63,7 +63,7 @@ class Search extends React.PureComponent<IProps> {
|
||||
<input
|
||||
autoFocus
|
||||
type="text"
|
||||
placeholder="Search"
|
||||
placeholder={_t("Search")}
|
||||
value={this.props.query}
|
||||
onChange={ev => this.props.onChange(ev.target.value)}
|
||||
onKeyDown={this.onKeyDown}
|
||||
|
Loading…
Reference in New Issue
Block a user