Update subheader on trash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user