Change "Create a comment..." to "Add a comment..."

This commit is contained in:
it33
2015-06-21 13:59:22 -07:00
parent 1cb6f0e066
commit 3e07a7bcb4

View File

@@ -145,7 +145,7 @@ module.exports = React.createClass({
onUserInput={this.handleUserInput}
onKeyPress={this.commentMsgKeyPress}
messageText={this.state.messageText}
createMessage="Create a comment..."
createMessage="Add a comment..."
initialText=""
id="reply_textbox"
ref="textbox" />