summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/es.json
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-20 14:47:10 -0400
committerChristopher Speller <crspeller@gmail.com>2016-05-20 14:47:10 -0400
commite81fa3220de51350592e50b2fa3e0dc9425d43f8 (patch)
treecf9447ba5ab4440f1c641a9d95103ea91e76b873 /webapp/i18n/es.json
parent4f265522e1ac05ef2c10140019da73e1c4def162 (diff)
downloadchat-e81fa3220de51350592e50b2fa3e0dc9425d43f8.tar.gz
chat-e81fa3220de51350592e50b2fa3e0dc9425d43f8.tar.bz2
chat-e81fa3220de51350592e50b2fa3e0dc9425d43f8.zip
Added validation for command triggers (#3068)
Diffstat (limited to 'webapp/i18n/es.json')
-rw-r--r--webapp/i18n/es.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/i18n/es.json b/webapp/i18n/es.json
index b6c45cbfa..0d41ae6a5 100644
--- a/webapp/i18n/es.json
+++ b/webapp/i18n/es.json
@@ -46,9 +46,9 @@
"add_command.method.help": "El tipo de comando que se utiliza al hacer una solicitud al URL.",
"add_command.method.post": "POST",
"add_command.trigger": "Palabra Gatilladora del Comando",
- "add_command.trigger.help1": "Ejemplos: /paciente, /cliente, /empleado",
- "add_command.trigger.help2": "Reservadas: /echo, /join, /logout, /me, /shrug",
- "add_command.trigger.placeholder": "Gatillador del Comando ej. \"hola\" no se debe incluir la barra",
+ "add_command.trigger.help1": "Ejemplos: paciente, cliente, empleado",
+ "add_command.trigger.help2": "Reservadas: echo, join, logout, me, shrug",
+ "add_command.trigger.placeholder": "Gatillador del Comando ej. \"hola\"",
"add_command.triggerRequired": "Se requiere una palabra gatilladora",
"add_command.url": "URL de Solicitud",
"add_command.url.help": "El URL para recibir el evento de la solicitud HTTP POST o GET cuando se ejecuta el comando de barra.",