Change "Create a comment..." to "Add a comment..."
Этот коммит содержится в:
@@ -145,7 +145,7 @@ module.exports = React.createClass({
|
|||||||
onUserInput={this.handleUserInput}
|
onUserInput={this.handleUserInput}
|
||||||
onKeyPress={this.commentMsgKeyPress}
|
onKeyPress={this.commentMsgKeyPress}
|
||||||
messageText={this.state.messageText}
|
messageText={this.state.messageText}
|
||||||
createMessage="Create a comment..."
|
createMessage="Add a comment..."
|
||||||
initialText=""
|
initialText=""
|
||||||
id="reply_textbox"
|
id="reply_textbox"
|
||||||
ref="textbox" />
|
ref="textbox" />
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user