From e81fa3220de51350592e50b2fa3e0dc9425d43f8 Mon Sep 17 00:00:00 2001 From: David Lu Date: Fri, 20 May 2016 14:47:10 -0400 Subject: Added validation for command triggers (#3068) --- webapp/i18n/fr.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'webapp/i18n/fr.json') diff --git a/webapp/i18n/fr.json b/webapp/i18n/fr.json index f46d339e4..b81efb4bf 100644 --- a/webapp/i18n/fr.json +++ b/webapp/i18n/fr.json @@ -46,10 +46,9 @@ "add_command.method.help": "Le type de méthode de requête HTTP envoyé à cette URL.", "add_command.method.post": "POST", "add_command.trigger": "Mot-clé de déclenchement", - "add_command.trigger.help1": "Exemples: /patient, /client, /employé", - "add_command.trigger.help2": "Mots réservés : /echo, /join, /logout, /me, /shrug", - "add_command.trigger.placeholder": "Command trigger e.g. \"hello\" not including the slash", - "add_command.triggerRequired": "A trigger word is required", + "add_command.trigger.help1": "Exemples: patient, client, employé", + "add_command.trigger.help2": "Mots réservés : echo, join, logout, me, shrug", + "add_command.trigger.placeholder": "Command trigger e.g. \"hello\"", "add_command.url": "URL de requête", "add_command.url.help": "L'URL de callback qui recevra la requête POST ou GET quand cette commande slash est exécutée.", "add_command.url.placeholder": "Doit commencer par http:// ou https://", -- cgit v1.2.3-1-g7c22