summaryrefslogtreecommitdiffstats
path: root/web/react/components/search_results.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/search_results.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/search_results.jsx')
-rw-r--r--web/react/components/search_results.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/search_results.jsx b/web/react/components/search_results.jsx
index 51aefd3b8..f0ed788b4 100644
--- a/web/react/components/search_results.jsx
+++ b/web/react/components/search_results.jsx
@@ -73,7 +73,7 @@ SearchItem = React.createClass({
if (channel) {
if (channel.type === 'D') {
- channelName = "Direct Message";
+ channelName = "Private Message";
} else {
channelName = channel.display_name;
}