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

Этот коммит содержится в:
it33
2015-06-21 13:59:22 -07:00
родитель 452dd43647
Коммит 42fb0baaa6

Просмотреть файл

@@ -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" />