Updated AddIntegrations help text
Этот коммит содержится в:
@@ -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`}
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
"add_incoming_webhook.save": "Save",
|
||||
"add_integration.header": "Add Integration",
|
||||
"add_integration.incomingWebhook.title": "Incoming Webhook",
|
||||
"add_integration.incomingWebhook.description": "This is a webhook to which you can send stuff that will be posted",
|
||||
"add_integration.incomingWebhook.description": "Create webhook URLs for use in external integrations.",
|
||||
"add_integration.outgoingWebhook.title": "Outgoing Webhook",
|
||||
"add_integration.outgoingWebhook.description": "This is a webhook that will send stuff to you when stuff is posted",
|
||||
"add_integration.outgoingWebhook.description": "Create webhooks to send new message events to an external integration.",
|
||||
"add_outgoing_webhook.callbackUrls": "Callback URLs (One Per Line)",
|
||||
"add_outgoing_webhook.callbackUrlsRequired": "One or more callback URLs are required",
|
||||
"add_outgoing_webhook.cancel": "Cancel",
|
||||
|
||||
Ссылка в новой задаче
Block a user