summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_comment.jsx
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
commit3e07a7bcb47b83b131ef8f3aa4368d479f3a7492 (patch)
tree31c251b19ba2f601ac9404c393ba70f31c097dca /web/react/components/create_comment.jsx
parent1cb6f0e066413349896e38351c47a879cfdba7e5 (diff)
downloadchat-3e07a7bcb47b83b131ef8f3aa4368d479f3a7492.tar.gz
chat-3e07a7bcb47b83b131ef8f3aa4368d479f3a7492.tar.bz2
chat-3e07a7bcb47b83b131ef8f3aa4368d479f3a7492.zip
Change "Create a comment..." to "Add a comment..."
Diffstat (limited to 'web/react/components/create_comment.jsx')
-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" />