diff --git a/src/components/ChattyLLM/ChattyLLMInputForm.vue b/src/components/ChattyLLM/ChattyLLMInputForm.vue index 1efa9c9d..49407662 100644 --- a/src/components/ChattyLLM/ChattyLLMInputForm.vue +++ b/src/components/ChattyLLM/ChattyLLMInputForm.vue @@ -125,6 +125,9 @@ class="session-area__agency-confirmation" @confirm="onAgencyAnswer(true)" @reject="onAgencyAnswer(false)" /> +

+ {{ t('assistant', 'Output shown here is generated by AI. Make sure to always double-check.') }} +