summaryrefslogtreecommitdiffstats
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
commit3840da6aecf9fb330be2fe5b399507521d47d8eb (patch)
tree2ac354b786fb18fdedf2e0f74ab6c0a860f1127a
parentf2cf1550e9662ca1a02bf2ff5013cbf4a97c56ac (diff)
downloadchat-3840da6aecf9fb330be2fe5b399507521d47d8eb.tar.gz
chat-3840da6aecf9fb330be2fe5b399507521d47d8eb.tar.bz2
chat-3840da6aecf9fb330be2fe5b399507521d47d8eb.zip
Change "Create a comment..." to "Add a comment..."
-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" />