diff --git a/html/kidsai/script-new.js b/html/kidsai/script-new.js index bf9b79a..da800ce 100644 --- a/html/kidsai/script-new.js +++ b/html/kidsai/script-new.js @@ -250,7 +250,7 @@ class KidsAIExplorer {
${encouragementText}
@@ -389,10 +389,10 @@ class KidsAIExplorer {${this.translate('thinking-about-answer')}
+${this.getTranslation('thinking-about-answer')}
${data.response}
@@ -451,10 +451,10 @@ class KidsAIExplorer {${this.translate('great-thinking-fallback')}
+${this.getTranslation('great-thinking-fallback')}
${data.response}
@@ -558,10 +558,10 @@ class KidsAIExplorer { responseBubble.innerHTML = `${this.translate('great-thinking-fallback')}
+${this.getTranslation('great-thinking-fallback')}
💭 ${this.translate('explore-deeper')} oder ${this.translate('continue-learning')}?
+💭 ${this.getTranslation('explore-deeper')} oder ${this.getTranslation('continue-learning')}?
${data.response}
@@ -676,7 +676,7 @@ class KidsAIExplorer { explorationBubble.innerHTML = `🔍 Das ist ein wirklich interessantes Thema! Hast du schon mal daran gedacht, wie komplex die Wissenschaft dahinter ist? Möchtest du noch mehr darüber erfahren?