diff options
author | it33 <iantien@gmail.com> | 2015-06-21 13:59:22 -0700 |
---|---|---|
committer | it33 <iantien@gmail.com> | 2015-06-21 13:59:22 -0700 |
commit | 879750a608fc73f72a16c06d9d3785f4ef0c7ddb (patch) | |
tree | 2ac354b786fb18fdedf2e0f74ab6c0a860f1127a /web | |
parent | 81ad1cdd2433fd698dffeadfcd61e432fba4148c (diff) | |
download | chat-879750a608fc73f72a16c06d9d3785f4ef0c7ddb.tar.gz chat-879750a608fc73f72a16c06d9d3785f4ef0c7ddb.tar.bz2 chat-879750a608fc73f72a16c06d9d3785f4ef0c7ddb.zip |
Change "Create a comment..." to "Add a comment..."
Diffstat (limited to 'web')
-rw-r--r-- | web/react/components/create_comment.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/create_comment.jsx b/web/react/components/create_comment.jsx index 9bcbad079..cb7aa371c 100644 --- a/web/react/components/create_comment.jsx +++ b/web/react/components/create_comment.jsx @@ -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" /> |