Updated AddIntegrations help text

Этот коммит содержится в:
Harrison Healey
2016-03-29 13:11:23 -04:00
родитель 355b0d61ae
Коммит 46020c7722
2 изменённых файлов: 4 добавлений и 4 удалений

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

@@ -58,7 +58,7 @@ export default class AddIntegration extends React.Component {
description={
<FormattedMessage
id='add_integration.incomingWebhook.description'
defaultMessage='This is a webhook to which you can send stuff that will be posted'
defaultMessage='Create webhook URLs for use in external integrations.'
/>
}
link={`/${team.name}/integrations/add/incoming_webhook`}
@@ -80,7 +80,7 @@ export default class AddIntegration extends React.Component {
description={
<FormattedMessage
id='add_integration.outgoingWebhook.description'
defaultMessage='This is a webhook that will send stuff to you when stuff is posted'
defaultMessage='Create webhooks to send new message events to an external integration.'
/>
}
link={`/${team.name}/integrations/add/outgoing_webhook`}