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
commit1ed7d7fcb34e5c8e326e4953f442aac82fe072b0 (patch)
treeb40a700a6769579346f69dbcde019bc581745a09 /web
parent7ba7cdef430fe865c380e78476210e58516e02a6 (diff)
downloadchat-1ed7d7fcb34e5c8e326e4953f442aac82fe072b0.tar.gz
chat-1ed7d7fcb34e5c8e326e4953f442aac82fe072b0.tar.bz2
chat-1ed7d7fcb34e5c8e326e4953f442aac82fe072b0.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" />