summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-06-21 13:58:38 -0700
committerit33 <iantien@gmail.com>2015-06-21 13:58:38 -0700
commit81ad1cdd2433fd698dffeadfcd61e432fba4148c (patch)
treea1ab71c4701c8c8ada231b4146a0a1f3a0fa1f92
parenta724f6aa351d6e97d893a00b7838ccd069973c5a (diff)
downloadchat-81ad1cdd2433fd698dffeadfcd61e432fba4148c.tar.gz
chat-81ad1cdd2433fd698dffeadfcd61e432fba4148c.tar.bz2
chat-81ad1cdd2433fd698dffeadfcd61e432fba4148c.zip
Change "Create a post..." to "Write a message..."
-rw-r--r--web/react/components/create_post.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/create_post.jsx b/web/react/components/create_post.jsx
index a534e495d..5a0b6f85f 100644
--- a/web/react/components/create_post.jsx
+++ b/web/react/components/create_post.jsx
@@ -248,7 +248,7 @@ module.exports = React.createClass({
onUserInput={this.handleUserInput}
onKeyPress={this.postMsgKeyPress}
messageText={this.state.messageText}
- createMessage="Create a post..."
+ createMessage="Write a message..."
channelId={this.state.channel_id}
id="post_textbox"
ref="textbox" />