From bc5c00a6c96cb9fdfc749bb1cf0669d6b5006e25 Mon Sep 17 00:00:00 2001 From: Jimmy Vo Date: Thu, 30 Jan 2025 13:05:27 -0500 Subject: [PATCH] [pm-17763] Add limitItemDeletion property to UI. --- .../organizations/settings/account.component.html | 4 ++++ .../organizations/settings/account.component.ts | 14 ++++++++++++++ apps/web/src/locales/en/messages.json | 3 +++ libs/common/src/enums/feature-flag.enum.ts | 2 ++ 4 files changed, 23 insertions(+) diff --git a/apps/web/src/app/admin-console/organizations/settings/account.component.html b/apps/web/src/app/admin-console/organizations/settings/account.component.html index b3fac56c0bb..ae1ecb6f3bb 100644 --- a/apps/web/src/app/admin-console/organizations/settings/account.component.html +++ b/apps/web/src/app/admin-console/organizations/settings/account.component.html @@ -68,6 +68,10 @@

{{ "collectionManagement" | i1 {{ "limitCollectionDeletionDesc" | i18n }} + + {{ "limitItemDeletionDesc" | i18n }} + +