Fixed Private Channels header in the SearchSuggestionList to actually say Private instead of Public

Этот коммит содержится в:
Harrison Healey
2016-03-07 10:18:38 -05:00
родитель 0387ac7997
Коммит c73bcd86bb
3 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@@ -30,7 +30,7 @@ export default class SearchSuggestionList extends SuggestionList {
text = (
<FormattedMessage
id='suggestion.search.private'
defaultMessage='Public Groups'
defaultMessage='Private Groups'
/>
);
}

Просмотреть файл

@@ -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"
}
}

Просмотреть файл

@@ -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"
}
}