diff options
author | it33 <iantien@gmail.com> | 2015-06-21 13:58:38 -0700 |
---|---|---|
committer | it33 <iantien@gmail.com> | 2015-06-21 13:58:38 -0700 |
commit | 81ad1cdd2433fd698dffeadfcd61e432fba4148c (patch) | |
tree | a1ab71c4701c8c8ada231b4146a0a1f3a0fa1f92 /web/react | |
parent | a724f6aa351d6e97d893a00b7838ccd069973c5a (diff) | |
download | chat-81ad1cdd2433fd698dffeadfcd61e432fba4148c.tar.gz chat-81ad1cdd2433fd698dffeadfcd61e432fba4148c.tar.bz2 chat-81ad1cdd2433fd698dffeadfcd61e432fba4148c.zip |
Change "Create a post..." to "Write a message..."
Diffstat (limited to 'web/react')
-rw-r--r-- | web/react/components/create_post.jsx | 2 |
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" /> |