1
0
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:
Bruno Windels
2019-08-06 17:53:23 +02:00
parent 64e83a8111
commit 2cff486ec0

View File

@@ -99,7 +99,7 @@ export default class SendMessageComposer extends React.Component {
ref={this._setEditorRef} ref={this._setEditorRef}
model={this.model} model={this.model}
room={this.props.room} room={this.props.room}
label={_t("Send message")} label={this.props.placeholder}
placeholder={this.props.placeholder} placeholder={this.props.placeholder}
/> />
</div> </div>