Update subheader on trash

This commit is contained in:
Tom Moor
2024-04-12 09:12:34 -04:00
parent 581944e754
commit 1ee82e780e
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ function Trash() {
<PaginatedDocumentList
documents={documents.deleted}
fetch={documents.fetchDeleted}
heading={<Subheading sticky>{t("Documents")}</Subheading>}
heading={<Subheading sticky>{t("Recently deleted")}</Subheading>}
empty={<Empty>{t("Trash is empty at the moment.")}</Empty>}
showCollection
showTemplate