From 42ae3bc39bb2ac82105fdd5f4908ebcb3504fd74 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 5 May 2026 11:21:11 -0700 Subject: [PATCH] fix: use generic 'documents' copy in ChatView instead of 'rulebooks' --- web/src/views/ChatView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/ChatView.vue b/web/src/views/ChatView.vue index 763fd77..8c0033b 100644 --- a/web/src/views/ChatView.vue +++ b/web/src/views/ChatView.vue @@ -4,8 +4,8 @@

- Ask a question across your indexed rulebooks. - No rulebooks indexed? Go to Library first. + Ask a question across your indexed documents. + No documents indexed? Go to Library first.