summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-01 22:21:09 -0800
committerCorey Hulen <corey@hulen.com>2015-07-01 22:21:09 -0800
commit3757bc85fb5699e096d59d61f572af8e6c3a6ec6 (patch)
tree1e789cb9484586f636eda089ad6b26ea7d884cf3 /web/react/components/sidebar.jsx
parentc0de5c37f0d2bc497d317e78bbb8ce8c38bc2424 (diff)
parent27eeabafe096013f1d0d368a65fe71ef230eab50 (diff)
downloadchat-3757bc85fb5699e096d59d61f572af8e6c3a6ec6.tar.gz
chat-3757bc85fb5699e096d59d61f572af8e6c3a6ec6.tar.bz2
chat-3757bc85fb5699e096d59d61f572af8e6c3a6ec6.zip
Merge pull request #115 from nickago/MM-1425
MM-1425 Facelifted "direct message" to "private message"
Diffstat (limited to 'web/react/components/sidebar.jsx')
-rw-r--r--web/react/components/sidebar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/sidebar.jsx b/web/react/components/sidebar.jsx
index dc8496156..0e4d38fe0 100644
--- a/web/react/components/sidebar.jsx
+++ b/web/react/components/sidebar.jsx
@@ -409,7 +409,7 @@ var SidebarLoggedIn = React.createClass({
{privateChannelItems}
</ul>
<ul className="nav nav-pills nav-stacked">
- <li><h4>Direct Messages</h4></li>
+ <li><h4>Private Messages</h4></li>
{directMessageItems}
{ this.state.hideDirectChannels.length > 0 ?
<li><a href="#" data-toggle="modal" className="nav-more" data-target="#more_direct_channels" data-channels={JSON.stringify(this.state.hideDirectChannels)}>{"More ("+this.state.hideDirectChannels.length+")"}</a></li>