Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marrouchi committed Sep 13, 2024
1 parent ec76b30 commit 0d62500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
"greeting_text": "The greeting property of your bot's Messenger profile allows you to specify the greeting message people will see on the welcome screen of your bot. The welcome screen is displayed for people interacting with your bot for the first time.",
"global_fallback": "Global fallback allows you to send custom messages when user entry does not match any of the block messages.",
"fallback_message": "If no fallback block is selected, then one of these messages will be sent.",
"endpoint": "URL to which HTTP NLP requests are posted and that depends on the type of provider (eg. `https://api.wit.ai/` for Wit.ai endpoint)",
"endpoint": "URL to which HTTP NLP requests are posted and that depends on the type of provider.",
"token": "Every API request must contain an Authorize HTTP header with a token.",
"threshold": "Threshold above which the chatbot will use its prediction (min=0 & max=1)",
"app_id": "Mandatory only if you intend to use Facebook Analytics",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
"greeting_text": "Le texte de bienvenue de votre chatbot vous permet de spécifier le message d'accueil que les utilisateurs verront sur l'écran d'accueil de votre chatbot. L'écran de bienvenue s'affiche pour les personnes qui interagissent avec votre chatbot pour la première fois.",
"global_fallback": "Le message de secours global vous permet d'envoyer des messages personnalisés lorsque le message de l'utilisateur ne déclenche aucun bloc de message.",
"fallback_message": "Si aucun bloc de secours n'est spécifié, alors de ces messages sera envoyé.",
"endpoint": "URL vers laquelle les requêtes de TALN HTTP sont envoyées et qui dépend du fournisseur (par exemple. `https://api.wit.ai/` pour Wit.ai)",
"endpoint": "URL vers laquelle les requêtes de TALN HTTP sont envoyées et qui dépend du fournisseur.",
"token": "Chaque requête vers l'API doit contenir un jeton d'authentification.",
"threshold": "Seuil en dessus duquel le chatbot va utiliser sa prediction (min=0 & max=1)",
"app_id": "Obligatoire seulement si vous comptez utiliser Facebook Analytics",
Expand Down

0 comments on commit 0d62500

Please sign in to comment.