PLT-5873 Renamed private groups to private channels (#5924)

* PLT-5873 Renamed private groups to private channels in web app

* PLT-5873 Renamed private groups to private channels in server
Этот коммит содержится в:
Harrison Healey
2017-04-03 08:42:05 -04:00
коммит произвёл George Goldberg
родитель 06e09a0553
Коммит 36c74d7b47
20 изменённых файлов: 150 добавлений и 323 удалений

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

@@ -203,7 +203,7 @@ export default class AbstractIncomingWebhook extends React.Component {
<div className='form__help'>
<FormattedMessage
id='add_incoming_webhook.channel.help'
defaultMessage='Public channel or private group that receives the webhook payloads. You must belong to the private group when setting up the webhook.'
defaultMessage='Public or private channel that receives the webhook payloads. You must belong to the private channel when setting up the webhook.'
/>
</div>
</div>