summaryrefslogtreecommitdiffstats
path: root/web
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
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')
-rw-r--r--web/react/components/suggestion/search_suggestion_list.jsx2
-rw-r--r--web/static/i18n/en.json2
-rw-r--r--web/static/i18n/pt.json1
3 files changed, 2 insertions, 3 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'
/>
);
}
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 65d02c589..6915f7d26 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -966,7 +966,7 @@
"sso_signup.team_error": "Please enter a team name",
"suggestion.mention.all": "Notifies everyone in the team",
"suggestion.mention.channel": "Notifies everyone in the channel",
- "suggestion.search.private": "Public Groups",
+ "suggestion.search.private": "Private Groups",
"suggestion.search.public": "Public Channels",
"team_export_tab.download": "download",
"team_export_tab.export": "Export",
diff --git a/web/static/i18n/pt.json b/web/static/i18n/pt.json
index 8da6b9791..99ef71b35 100644
--- a/web/static/i18n/pt.json
+++ b/web/static/i18n/pt.json
@@ -960,7 +960,6 @@
"sso_signup.team_error": "Por favor entre o nome da equipe",
"suggestion.mention.all": "Notificar todo mundo na equipe",
"suggestion.mention.channel": "Notifica todos no canal",
- "suggestion.search.private": "Grupos Públicos",
"suggestion.search.public": "Canais Públicos",
"team_export_tab.download": "download",
"team_export_tab.export": "Exportar",