diff --git a/frontend/src/routes/enrich/+page.svelte b/frontend/src/routes/enrich/+page.svelte index a03383c2..2f2be719 100644 --- a/frontend/src/routes/enrich/+page.svelte +++ b/frontend/src/routes/enrich/+page.svelte @@ -31,13 +31,13 @@ function formatUploadDate(createdAt: string): string { -
+
{count} {m.enrich_list_count()}
@@ -57,9 +57,9 @@ function formatUploadDate(createdAt: string): string { {#if count === 0}+
{m.enrich_list_empty_heading()}
-+
{m.enrich_list_empty_body()}
{doc.title || doc.originalFilename}
-+
{formatUploadDate(doc.createdAt)}