PLT-1800 Replace webhooks documentation URL
Этот коммит содержится в:
@@ -183,7 +183,7 @@ export default class ManageIncomingHooks extends React.Component {
|
||||
<div key='addIncomingHook'>
|
||||
<FormattedHTMLMessage
|
||||
id='user.settings.hooks_in.description'
|
||||
defaultMessage='Create webhook URLs for use in external integrations. Please see <a href="http://mattermost.org/webhooks" target="_blank">http://mattermost.org/webhooks</a> to learn more.'
|
||||
defaultMessage='Create webhook URLs for use in external integrations. Please see <a href="http://docs.mattermost.com/developer/webhooks-incoming.html" target="_blank">incoming webhooks documentation</a> to learn more.'
|
||||
/>
|
||||
<div><label className='control-label padding-top x2'>
|
||||
<FormattedMessage
|
||||
|
||||
@@ -284,7 +284,7 @@ class ManageOutgoingHooks extends React.Component {
|
||||
<div key='addOutgoingHook'>
|
||||
<FormattedHTMLMessage
|
||||
id='user.settings.hooks_out.addDescription'
|
||||
defaultMessage='Create webhooks to send new message events to an external integration. Please see <a href="http://mattermost.org/webhooks">http://mattermost.org/webhooks</a> to learn more.'
|
||||
defaultMessage='Create webhooks to send new message events to an external integration. Please see <a href="http://docs.mattermost.com/developer/webhooks-outgoing.html" target="_blank">outgoing webhooks documentation</a> to learn more.'
|
||||
/>
|
||||
<div><label className='control-label padding-top x2'>
|
||||
<FormattedMessage
|
||||
@@ -392,4 +392,4 @@ ManageOutgoingHooks.propTypes = {
|
||||
intl: intlShape.isRequired
|
||||
};
|
||||
|
||||
export default injectIntl(ManageOutgoingHooks);
|
||||
export default injectIntl(ManageOutgoingHooks);
|
||||
|
||||
@@ -1111,7 +1111,7 @@
|
||||
"user.settings.hooks_in.channel": "Channel: ",
|
||||
"user.settings.hooks_in.none": "None",
|
||||
"user.settings.hooks_in.existing": "Existing incoming webhooks",
|
||||
"user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see <a href=\"http://mattermost.org/webhooks\" target=\"_blank\">http://mattermost.org/webhooks</a> to learn more.",
|
||||
"user.settings.hooks_in.description": "Create webhook URLs for use in external integrations. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-incoming.html\" target=\"_blank\">incoming webhooks documentation</a> to learn more.",
|
||||
"user.settings.hooks_in.addTitle": "Add a new incoming webhook",
|
||||
"user.settings.hooks_in.add": "Add",
|
||||
"user.settings.languages.change": "Change interface language",
|
||||
@@ -1124,7 +1124,7 @@
|
||||
"user.settings.hooks_out.regen": "Regen Token",
|
||||
"user.settings.hooks_out.none": "None",
|
||||
"user.settings.hooks_out.existing": "Existing outgoing webhooks",
|
||||
"user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a> to learn more.",
|
||||
"user.settings.hooks_out.addDescription": "Create webhooks to send new message events to an external integration. Please see <a href=\"http://docs.mattermost.com/developer/webhooks-outgoing.html\" target=\"_blank\">outgoing webhooks documentation</a> to learn more.",
|
||||
"user.settings.hooks_out.addTitle": "Add a new outgoing webhook",
|
||||
"user.settings.hooks_out.only": "Only public channels can be used",
|
||||
"user.settings.hooks_out.comma": "Comma separated words to trigger on",
|
||||
@@ -1275,4 +1275,4 @@
|
||||
"intro_messages.beginning": "Beginning of {name}",
|
||||
"intro_messages.invite": "Invite others to this {type}",
|
||||
"intro_messages.setHeader": "Set a Header"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1185,11 +1185,11 @@
|
||||
"user.settings.hooks_in.add": "Agregar",
|
||||
"user.settings.hooks_in.addTitle": "Agregar un nuevo webhook de entrada",
|
||||
"user.settings.hooks_in.channel": "Canal: ",
|
||||
"user.settings.hooks_in.description": "Crea webhooks URLs para utilizarlos con integraciones externas. Por favor revisa <a href=\"http://mattermost.org/webhooks\" target=\"_blank\">http://mattermost.org/webhooks</a> para aprender más.",
|
||||
"user.settings.hooks_in.description": "Crea webhooks URLs para utilizarlos con integraciones externas. Por favor revisa <a href=\"http://docs.mattermost.com/developer/webhooks-incoming.html\" target=\"_blank\">documentación de webhook de entrada</a> para aprender más.",
|
||||
"user.settings.hooks_in.existing": "Webhooks de entrada existentes",
|
||||
"user.settings.hooks_in.none": "Ninguno",
|
||||
"user.settings.hooks_out.add": "Agregar",
|
||||
"user.settings.hooks_out.addDescription": "Crea webhooks para enviar los nuevos mensajes a una integración externa. Por favor revisa <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a> para conocer más.",
|
||||
"user.settings.hooks_out.addDescription": "Crea webhooks para enviar los nuevos mensajes a una integración externa. Por favor revisa <a href=\"http://docs.mattermost.com/developer/webhooks-outgoing.html\" target=\"_blank\">documentación de webhook de salida</a> para conocer más.",
|
||||
"user.settings.hooks_out.addTitle": "Agregar un nuevo webhook de salida",
|
||||
"user.settings.hooks_out.callback": "Callback URLs:",
|
||||
"user.settings.hooks_out.callbackDesc": "Separa por una nueva linea cada URL donde quieres recibir el evento de HTTP POST",
|
||||
@@ -1275,4 +1275,4 @@
|
||||
"view_image_popover.download": "Descargar",
|
||||
"view_image_popover.file": "Archivo {count} de {total}",
|
||||
"view_image_popover.publicLink": "Obtener Enlace Público"
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user