mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
fix: update version history messages for clarity by removing unnecessary punctuation
This commit is contained in:
parent
4ca0787ab7
commit
ca250910c0
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ function VersionHistoryPanel({ documentId }: { documentId: number }) {
|
||||||
if (versions.length === 0) {
|
if (versions.length === 0) {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-1 flex-col items-center justify-center text-muted-foreground">
|
<div className="flex flex-1 flex-col items-center justify-center text-muted-foreground">
|
||||||
<p className="text-sm">No version history available yet.</p>
|
<p className="text-sm">No version history available yet</p>
|
||||||
<p className="text-xs mt-1">Versions are created when file content changes.</p>
|
<p className="text-xs mt-1">Versions are created when file content changes</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue