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...'