summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-07 17:15:23 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-07 17:15:23 -0500
commitededd620bbcfc5d64223d061361dd00407c79fc4 (patch)
tree937f82c54ffe20d819610a8f02c8d377151567a1 /web/react/components
parenta1507438f5c1a8c887466048bda50290fa2db557 (diff)
parentc73bcd86bb565933420655c8e2756fd1ba8128be (diff)
downloadchat-ededd620bbcfc5d64223d061361dd00407c79fc4.tar.gz
chat-ededd620bbcfc5d64223d061361dd00407c79fc4.tar.bz2
chat-ededd620bbcfc5d64223d061361dd00407c79fc4.zip
Merge pull request #2350 from hmhealey/plt1930
PLT-1930 Fixed Private Channels header in SearchSuggestionList
Diffstat (limited to 'web/react/components')
-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'
/>
);
}