summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-01 09:48:39 -0700
committernickago <ngonella@calpoly.edu>2015-07-01 09:48:39 -0700
commit27eeabafe096013f1d0d368a65fe71ef230eab50 (patch)
treeea2d84280aa41e7999e6a10615a3e55e4be18527 /web/react/components/sidebar.jsx
parent5e204030ffe91aaab090a26547185017edf1d2e1 (diff)
downloadchat-27eeabafe096013f1d0d368a65fe71ef230eab50.tar.gz
chat-27eeabafe096013f1d0d368a65fe71ef230eab50.tar.bz2
chat-27eeabafe096013f1d0d368a65fe71ef230eab50.zip
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 10017c7ee..b5598e23a 100644
--- a/web/react/components/sidebar.jsx
+++ b/web/react/components/sidebar.jsx
@@ -414,7 +414,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>