* 翻译
This commit is contained in:
2022-09-02 03:33:04 +00:00
parent 29ef5be718
commit ae58bf7a27
10 changed files with 23 additions and 23 deletions

View File

@@ -109,7 +109,7 @@ export default class Members extends Component {
id="messageInput"
maxLength={30}
onInput={e => this.props.search(e.target.value)}
placeholder="Type something to search..."
placeholder="在此搜索..."
ref="input"
type="text" />
</div>