We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a3789 commit accddf0Copy full SHA for accddf0
1 file changed
packages/app/src/cli/services/bulk-operations/cancel-bulk-operation.ts
@@ -43,7 +43,7 @@ export async function cancelBulkOperation(options: CancelBulkOperationOptions):
43
})
44
45
if (response.bulkOperationCancel?.userErrors?.length) {
46
- renderBulkOperationUserErrors(response.bulkOperationCancel.userErrors, 'Bulk operation cancellation errors.')
+ renderBulkOperationUserErrors(response.bulkOperationCancel.userErrors, 'Failed to cancel bulk operation.')
47
return
48
}
49
0 commit comments