diff --git a/surfsense_web/components/documents/version-history.tsx b/surfsense_web/components/documents/version-history.tsx index f438a7190..7aba92b47 100644 --- a/surfsense_web/components/documents/version-history.tsx +++ b/surfsense_web/components/documents/version-history.tsx @@ -165,8 +165,8 @@ function VersionHistoryPanel({ documentId }: { documentId: number }) { if (versions.length === 0) { return (
-

No version history available yet.

-

Versions are created when file content changes.

+

No version history available yet

+

Versions are created when file content changes

); }