diff --git a/src/LibraryManager.jsx b/src/LibraryManager.jsx index c486396..5073920 100644 --- a/src/LibraryManager.jsx +++ b/src/LibraryManager.jsx @@ -151,7 +151,7 @@ export default function LibraryManager({ {library.files?.length > 0 && !isReadyForChat && !isSyncing && (
- This database is waiting for its next sync. + This database is not ready yet. Add or remove a file to trigger another full sync.
)}