summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-12 17:43:04 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-12 17:43:04 -0300
commit9868431e3e5937b9d7993b096cffb0264128ec18 (patch)
tree2bd01e6c6393cd63aad0e026ded60c545f13cb61
parent45dfd516aab37c1c336ac3410ee8db0d7c56d65a (diff)
downloadchat-9868431e3e5937b9d7993b096cffb0264128ec18.tar.gz
chat-9868431e3e5937b9d7993b096cffb0264128ec18.tar.bz2
chat-9868431e3e5937b9d7993b096cffb0264128ec18.zip
Update loc strings
-rw-r--r--web/static/i18n/en.json2
-rw-r--r--web/static/i18n/es.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 2c091ca7d..e916d8423 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -1099,7 +1099,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://mattermost.org/webhooks\" target=\"_blank\">http://mattermost.org/webhooks</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",
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index c44545e67..0a3581e17 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -1173,7 +1173,7 @@
"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 webhook URLs para ser utilizados por integraciones externas. Por favor revisa <a href=\"http://mattermost.org/webhooks\">http://mattermost.org/webhooks</a> para conocer más.",
+ "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.existing": "Webhooks de entrada existentes",
"user.settings.hooks_in.none": "Ninguno",
"user.settings.hooks_out.add": "Agregar",