Merge pull request #2350 from hmhealey/plt1930
PLT-1930 Fixed Private Channels header in SearchSuggestionList
Этот коммит содержится в:
@@ -30,7 +30,7 @@ export default class SearchSuggestionList extends SuggestionList {
|
|||||||
text = (
|
text = (
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='suggestion.search.private'
|
id='suggestion.search.private'
|
||||||
defaultMessage='Public Groups'
|
defaultMessage='Private Groups'
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -966,7 +966,7 @@
|
|||||||
"sso_signup.team_error": "Please enter a team name",
|
"sso_signup.team_error": "Please enter a team name",
|
||||||
"suggestion.mention.all": "Notifies everyone in the team",
|
"suggestion.mention.all": "Notifies everyone in the team",
|
||||||
"suggestion.mention.channel": "Notifies everyone in the channel",
|
"suggestion.mention.channel": "Notifies everyone in the channel",
|
||||||
"suggestion.search.private": "Public Groups",
|
"suggestion.search.private": "Private Groups",
|
||||||
"suggestion.search.public": "Public Channels",
|
"suggestion.search.public": "Public Channels",
|
||||||
"team_export_tab.download": "download",
|
"team_export_tab.download": "download",
|
||||||
"team_export_tab.export": "Export",
|
"team_export_tab.export": "Export",
|
||||||
|
|||||||
@@ -960,7 +960,6 @@
|
|||||||
"sso_signup.team_error": "Por favor entre o nome da equipe",
|
"sso_signup.team_error": "Por favor entre o nome da equipe",
|
||||||
"suggestion.mention.all": "Notificar todo mundo na equipe",
|
"suggestion.mention.all": "Notificar todo mundo na equipe",
|
||||||
"suggestion.mention.channel": "Notifica todos no canal",
|
"suggestion.mention.channel": "Notifica todos no canal",
|
||||||
"suggestion.search.private": "Grupos Públicos",
|
|
||||||
"suggestion.search.public": "Canais Públicos",
|
"suggestion.search.public": "Canais Públicos",
|
||||||
"team_export_tab.download": "download",
|
"team_export_tab.download": "download",
|
||||||
"team_export_tab.export": "Exportar",
|
"team_export_tab.export": "Exportar",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user