Handle several translation issues (#6820)
Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -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 />,
|
||||
|
||||
Reference in New Issue
Block a user