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

@@ -831,7 +831,7 @@ export const permanentlyDeleteDocument = createAction({
});
export const permanentlyDeleteDocumentsInTrash = createAction({
name: ({ t }) => t("Empty"),
name: ({ t }) => t("Empty trash"),
analyticsName: "Empty trash",
section: TrashSection,
icon: <TrashIcon />,