We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c3c80 commit 185a443Copy full SHA for 185a443
1 file changed
adminforth/spa/src/utils/listUtils.ts
@@ -61,6 +61,7 @@ export async function startBulkAction(actionId: string, resource: AdminForthReso
61
if (action?.confirm) {
62
const confirmed = await confirm({
63
title: action.confirm,
64
+ message: t(`Deleting ${checkboxes.value.length} ${checkboxes.value.length === 1 ? 'item' : 'items'}. This process is irreversible.`),
65
});
66
if (!confirmed) {
67
return;
0 commit comments