summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-07 10:18:38 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-07 10:18:38 -0500
commitc73bcd86bb565933420655c8e2756fd1ba8128be (patch)
tree1e4cd3ad59b802c684076ce1a8dd25cf7a440676 /web/react
parent0387ac799792fdd0684b863bb029813bbb3eccf7 (diff)
downloadchat-c73bcd86bb565933420655c8e2756fd1ba8128be.tar.gz
chat-c73bcd86bb565933420655c8e2756fd1ba8128be.tar.bz2
chat-c73bcd86bb565933420655c8e2756fd1ba8128be.zip
Fixed Private Channels header in the SearchSuggestionList to actually say Private instead of Public
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/suggestion/search_suggestion_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/suggestion/search_suggestion_list.jsx b/web/react/components/suggestion/search_suggestion_list.jsx
index 40f5d8777..60a5562fa 100644
--- a/web/react/components/suggestion/search_suggestion_list.jsx
+++ b/web/react/components/suggestion/search_suggestion_list.jsx
@@ -30,7 +30,7 @@ export default class SearchSuggestionList extends SuggestionList {
text = (
<FormattedMessage
id='suggestion.search.private'
- defaultMessage='Public Groups'
+ defaultMessage='Private Groups'
/>
);
}