You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
set placeholder same as label
This commit is contained in:
@@ -99,7 +99,7 @@ export default class SendMessageComposer extends React.Component {
|
||||
ref={this._setEditorRef}
|
||||
model={this.model}
|
||||
room={this.props.room}
|
||||
label={_t("Send message")}
|
||||
label={this.props.placeholder}
|
||||
placeholder={this.props.placeholder}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user