From 8695f471d2a20309d45b410824ae55069651080d Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Fri, 19 Jun 2026 23:38:10 +0200 Subject: [PATCH 1/2] Adds missing "Delete {type}" static translation string to CpAsset --- src/web/assets/cp/CpAsset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/assets/cp/CpAsset.php b/src/web/assets/cp/CpAsset.php index 9158ca58bf4..505960db13e 100644 --- a/src/web/assets/cp/CpAsset.php +++ b/src/web/assets/cp/CpAsset.php @@ -198,6 +198,7 @@ private function _registerTranslations(View $view): void 'Delete selected {type}', 'Delete them', 'Delete', + 'Delete {type}', 'Descending', 'Desktop', 'Device type', From edcb47ebdd302cc22e0898fd4de3615fc45fd56d Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Fri, 19 Jun 2026 23:44:58 +0200 Subject: [PATCH 2/2] Adds the plural "Delete {types}" string, too --- src/web/assets/cp/CpAsset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/assets/cp/CpAsset.php b/src/web/assets/cp/CpAsset.php index 505960db13e..397242f1db4 100644 --- a/src/web/assets/cp/CpAsset.php +++ b/src/web/assets/cp/CpAsset.php @@ -199,6 +199,7 @@ private function _registerTranslations(View $view): void 'Delete them', 'Delete', 'Delete {type}', + 'Delete {types}', 'Descending', 'Desktop', 'Device type',