summaryrefslogtreecommitdiffstats
path: root/web/static/i18n/es.json
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-22 08:49:23 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-22 08:49:23 -0500
commit51680a7cd84661340cb727fea09b99d5350d9160 (patch)
tree6507090e0a3c4425c59ef5aaa9fc584d4c42466a /web/static/i18n/es.json
parent040bff2b9f384b88179f6ec1beb40d92102c9ba3 (diff)
parent0986057c642a1d69ebfdd8994afd3449601facc3 (diff)
downloadchat-51680a7cd84661340cb727fea09b99d5350d9160.tar.gz
chat-51680a7cd84661340cb727fea09b99d5350d9160.tar.bz2
chat-51680a7cd84661340cb727fea09b99d5350d9160.zip
Merge pull request #2204 from kernicPanel/PLT-1880
PLT-1800 Replace webhooks documentation URL
Diffstat (limited to 'web/static/i18n/es.json')
-rw-r--r--web/static/i18n/es.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 8a4e96eb6..5723bd171 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -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"
-} \ No newline at end of file
+}