@developpement/tp-chatbot-widget 0.0.14 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/chatbot.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@developpement/tp-chatbot-widget",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Chatbot widget for TravelPlanet / Makitizy",
5
5
  "main": "src/chatbot.js",
6
6
  "files": [
package/src/chatbot.js CHANGED
@@ -413,7 +413,7 @@
413
413
  write_msg: 'Écrivez votre message...',
414
414
  tab_new: 'Nouveau',
415
415
  tab_history: 'Historique',
416
- limit_reached: 'Vous avez atteint la limite de 30 messages. Veuillez contacter un agent ou écrire à support@travelplanet.com.',
416
+ limit_reached: 'Vous avez atteint la limite de 30 messages. Veuillez contacter un agent ou appeler +49 30 82688887.',
417
417
  too_many: 'Trop de messages. Veuillez patienter avant de réessayer.',
418
418
  error_occurred: 'Une erreur est survenue. Veuillez réessayer.',
419
419
  outside_hours: next => `Notre support est actuellement fermé. Prochain créneau : ${next}.`,
@@ -463,7 +463,7 @@
463
463
  write_msg: 'Write your message...',
464
464
  tab_new: 'New',
465
465
  tab_history: 'History',
466
- limit_reached: 'You have reached the 30 message limit. Please contact an agent or write to support@travelplanet.com.',
466
+ limit_reached: 'You have reached the 30 message limit. Please contact an agent or Call : +49 30 82688887.',
467
467
  too_many: 'Too many messages. Please wait before retrying.',
468
468
  error_occurred: 'An error occurred. Please try again.',
469
469
  outside_hours: next => `Our support is currently closed. Next available slot: ${next}.`,