@acorex/platform 20.8.23 → 20.8.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4850,7 +4850,7 @@ class AXPEntityPerformDeleteAction extends AXPWorkflowAction {
4850
4850
  dialog = this.loadingDialog.show({
4851
4851
  title: await this.translationService.translateAsync('@general:workflow.deleting'),
4852
4852
  mode: 'determinate',
4853
- status: 'Deleting...',
4853
+ status: await this.translationService.translateAsync('@general:workflow.deleting'),
4854
4854
  progressValue: 0,
4855
4855
  text: `0/${idLength}`,
4856
4856
  buttons: [