summaryrefslogtreecommitdiffstats
path: root/web
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
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')
-rw-r--r--web/react/components/suggestion/search_suggestion_list.jsx2
-rw-r--r--web/static/i18n/en.json4
-rw-r--r--web/static/i18n/pt.json3
3 files changed, 4 insertions, 5 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 114b6bdb5..88cb6d64c 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",
@@ -1289,4 +1289,4 @@
"view_image_popover.download": "Download",
"view_image_popover.file": "File {count} of {total}",
"view_image_popover.publicLink": "Get Public Link"
-} \ No newline at end of file
+}
diff --git a/web/static/i18n/pt.json b/web/static/i18n/pt.json
index eaec8ba78..ad38a36c0 100644
--- a/web/static/i18n/pt.json
+++ b/web/static/i18n/pt.json
@@ -961,7 +961,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",
@@ -1284,4 +1283,4 @@
"view_image_popover.download": "Download",
"view_image_popover.file": "Arquivo {count} de {total}",
"view_image_popover.publicLink": "Obter O Link Público"
-} \ No newline at end of file
+}