summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-21 13:59:22 -0700
committerit33 <iantien@gmail.com>2015-06-21 13:59:22 -0700
commit7253a6c689611c94141cecec64b37b7371a5cd00 (patch)
tree50794a2875f495c17af038a87516b1126b532664 /web
parentcf12c7aca18d4ce5a8e76ddf84d83e9924e92694 (diff)
downloadchat-7253a6c689611c94141cecec64b37b7371a5cd00.tar.gz
chat-7253a6c689611c94141cecec64b37b7371a5cd00.tar.bz2
chat-7253a6c689611c94141cecec64b37b7371a5cd00.zip
Change "Create a comment..." to "Add a comment..."
Diffstat (limited to 'web')
-rw-r--r--web/react/components/create_comment.jsx2
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" />