From c4e7771582636dfce87b39189382effd16fd3df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 12 Nov 2025 16:35:04 +0100 Subject: [PATCH] feat: adjust chatbot styles and wording --- public/chat.styles.css | 2 +- .../ext/ep_theme/Resources/Private/Partials/Chatbot.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/chat.styles.css b/public/chat.styles.css index 6c947c7e..4cf4c454 100644 --- a/public/chat.styles.css +++ b/public/chat.styles.css @@ -4,7 +4,7 @@ :root { /* EP Reisen Brand Colors */ - --chat--color--primary: #1d9dd9; + --chat--color--primary: #18527b; --chat--color--primary-shade-50: #1a8dc4; --chat--color--primary--shade-100: #177db0; --chat--color--secondary: #be167d; diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Chatbot.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Chatbot.html index 8cc40c86..c8f5d621 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Chatbot.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Chatbot.html @@ -29,14 +29,15 @@ // Initiale Begrüßung (DU-Form) initialMessages: [ 'Hallo! 👋', - 'Ich bin der EP Reisen Assistent und helfe dir gerne bei allgemeinen Fragen rund um Skiverleih, Parkplätze und vieles mehr!' + 'Ich bin dein E&P Chatbot und helfe dir gerne bei deinen allgemeinen Fragen rund um unsere Reisen!\n' + + 'Wichtig: Aktuell befinde ich mich noch in der Testphase und kann noch nicht alle Fragen beantworten. Es kommen aber nach und nach Funktionen hinzu!' ], // Deutsche Texte (DU-Form) i18n: { en: { - title: 'EP Reisen Chat', - subtitle: 'Fragen zu deiner Skireise? Wir sind für dich da!', + title: 'E&P Chatbot', + subtitle: 'Fragen zu unseren Skireisen? Wir sind für dich da!', footer: '', getStarted: 'Neue Nachricht', inputPlaceholder: 'Deine Frage hier eingeben...'