Skip to content

Commit 4640ddf

Browse files
committed
better wording
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent 7222e34 commit 4640ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChattyLLM/ChattyLLMInputForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
@confirm="onAgencyAnswer(true)"
127127
@reject="onAgencyAnswer(false)" />
128128
<p class="session-area__disclaimer">
129-
This output was generated by AI. Make sure to double-check and adjust.
129+
The output shown here is generated by AI. Make sure to always double-check and adjust.
130130
</p>
131131
<InputArea ref="inputComponent"
132132
v-model:chat-content="chatContent"

0 commit comments

Comments
 (0)