Handle several translation issues (#6820)

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
一颗小土豆
2024-04-17 22:11:54 +08:00
committed by GitHub
parent 89e88c1afd
commit 2a5c13c2ba
4 changed files with 5 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ function Trash() {
action={permanentlyDeleteDocumentsInTrash}
context={context}
>
Empty
{t("Empty trash")}
</Button>
)
}