fix: Confirmation dialog call to action should be on the right
This commit is contained in:
@@ -784,7 +784,7 @@ export const archiveDocument = createAction({
|
||||
});
|
||||
|
||||
export const deleteDocument = createAction({
|
||||
name: ({ t }) => t("Delete"),
|
||||
name: ({ t }) => `${t("Delete")}…`,
|
||||
analyticsName: "Delete document",
|
||||
section: DocumentSection,
|
||||
icon: <TrashIcon />,
|
||||
|
||||
Reference in New Issue
Block a user