]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Tweakhancement: tweak bulk delete text (#11967)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 1 Feb 2026 20:16:02 +0000 (12:16 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 1 Feb 2026 20:16:30 +0000 (12:16 -0800)
src-ui/src/app/components/manage/management-list/management-list.component.ts

index 44160fcdf7ad68369845b75d5746f3acb4c15ce9..27913ea7d8aa8b3fb6ee3c5bec7371b3a0f3a0ca 100644 (file)
@@ -364,7 +364,7 @@ export abstract class ManagementListComponent<T extends MatchingModel>
       backdrop: 'static',
     })
     modal.componentInstance.title = $localize`Confirm delete`
-    modal.componentInstance.messageBold = $localize`This operation will permanently delete all objects.`
+    modal.componentInstance.messageBold = $localize`This operation will permanently delete the selected ${this.typeNamePlural}.`
     modal.componentInstance.message = $localize`This operation cannot be undone.`
     modal.componentInstance.btnClass = 'btn-danger'
     modal.componentInstance.btnCaption = $localize`Proceed`