diff --git a/src/main/webapp/i18n/de/exerciseChatbot.json b/src/main/webapp/i18n/de/exerciseChatbot.json
index 538a4d2e1d93..fcdd0098a74f 100644
--- a/src/main/webapp/i18n/de/exerciseChatbot.json
+++ b/src/main/webapp/i18n/de/exerciseChatbot.json
@@ -1,7 +1,7 @@
{
"artemisApp": {
"exerciseChatbot": {
- "popUpMessage": "Indem du fortfährst, erklärst du dich damit einverstanden, dass deine Interaktionen mit Iris und die erforderlichen Kontextdaten, z.B. dein Code, von Microsoft und OpenAI verarbeitet werden, wobei die Daten außerhalb unseres Universitätsrechenzentrums verarbeitet werden.",
+ "popUpMessage": "Indem du fortfährst, bestätigst du, dass du mind. 18 Jahre alt bist und dass du damit einverstanden bist, dass deine Interaktionen mit Iris und die notwendigen kontextbezogenen Daten, z.B. dein Code, von Microsoft und OpenAI (d.h. außerhalb unseres Universitätsrechenzentrums) verarbeitet werden.",
"inputMessage": "Schreib eine Nachricht...",
"accept": "Akzeptieren",
"decline": "Ablehnen",
@@ -9,7 +9,7 @@
"subtext": "iris ist ein LLM-basierter Chatbot, der dich durch deine Programmierübungen führt. Sie beantwortet Fragen und gibt Hilfestellungen.",
"subheading1": "Datenverarbeitung & Einwilligung",
"text1_1": "Datenverarbeitung: Deine Interaktionen mit Iris werden von Microsoft und OpenAI verarbeitet. Das bedeutet, dass die Informationen, die du mit Iris teilst, das Rechenzentrum unserer Universität verlassen.",
- "text1_2": "Einwilligung: Um Iris benutzen zu können, musst du die Einwilligungserklärung akzeptieren, die beim ersten Öffnen von Iris erscheint. Damit stimmst du zu, dass Microsoft und OpenAI deine Daten wie beschrieben verarbeiten dürfen.",
+ "text1_2": "Einwilligung: Um Iris benutzen zu können, musst du mind. 18 Jahre alt sein und die Einwilligungserklärung akzeptieren, die beim ersten Öffnen von Iris erscheint. Damit stimmst du zu, dass Microsoft und OpenAI deine Daten wie beschrieben verarbeiten dürfen.",
"subheading2": "Die wichtigsten Funktionen von Iris",
"text2_1": "Programmierkenntnisse: Iris kann deine Fragen zu Programmiersprachen, Syntax, Algorithmen, Datenstrukturen oder anderen spezifischen Themen beantworten. Sie kann auch Probleme in deinem Code erkennen und dir Tipps zur Verbesserung geben.",
"text2_2": "Tutoring-Fähigkeiten: Iris kann dir komplexe Programmierkonzepte erklären und anschauliche Beispiele geben.",
diff --git a/src/main/webapp/i18n/en/exerciseChatbot.json b/src/main/webapp/i18n/en/exerciseChatbot.json
index 197597af328b..d5e11f0e1e73 100644
--- a/src/main/webapp/i18n/en/exerciseChatbot.json
+++ b/src/main/webapp/i18n/en/exerciseChatbot.json
@@ -1,7 +1,7 @@
{
"artemisApp": {
"exerciseChatbot": {
- "popUpMessage": "By choosing to continue, you agree that your interactions with Iris and required context data, such as your code, will be processed by Microsoft and OpenAI, with data processing occurring outside our university data center.",
+ "popUpMessage": "By continuing, you confirm that you are at least 18 years old and you consent to your interactions with Iris and necessary contextual data, e.g. your code, being processed by Microsoft and OpenAI (i.e. outside of our university data center).",
"inputMessage": "Write a message...",
"accept": "Accept",
"decline": "Decline",
@@ -9,7 +9,7 @@
"subtext": "Iris is an LLM-based chatbot that guides you through your programming exercises. She enhances your learning journey by answering questions and providing support.",
"subheading1": "Data Processing & Consent",
"text1_1": "Data Processing: Your interactions with Iris are processed by Microsoft and OpenAI. This means that the information you share with Iris will leave our university's data center.",
- "text1_2": "Consent: To use Iris, you must accept the consent message that appears the first time you use Iris. By accepting it, you agree to allow Microsoft and OpenAI to process your data as described.",
+ "text1_2": "Consent: To use Iris, you must be at least 18 years old and accept the consent message that appears the first time you use Iris. By accepting it, you agree to allow Microsoft and OpenAI to process your data as described.",
"subheading2": "Key Features of Iris",
"text2_1": "Programming Skills: Iris can answer your programming questions, whether are about programming languages, syntax, algorithms, data structures, or other specific topic. She can also identify problems in your code and give you advice on how to improve it.",
"text2_2": "Tutoring Skills: Iris can explain complex programming concepts and provide helpful examples to improve your understanding of various topics.",