@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.
- package/package.json +1 -1
- package/src/chatbot.js +2 -2
package/package.json
CHANGED
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
|
|
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
|
|
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}.`,
|