auto-git:

[change] src/LibraryManager.jsx
This commit is contained in:
2026-03-19 21:38:14 +01:00
parent 4d84e203c8
commit f45910e1ca

View File

@@ -151,7 +151,7 @@ export default function LibraryManager({
{library.files?.length > 0 && !isReadyForChat && !isSyncing && (
<div className="library-chat-note">
This database is waiting for its next sync.
This database is not ready yet. Add or remove a file to trigger another full sync.
</div>
)}