From 789d66ce880933c1699545c3b1000e549359ca6a Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Mon, 1 Sep 2025 11:19:36 -0500 Subject: [PATCH] =?UTF-8?q?[PM-22840]=C2=A0Update=20collection=20managemen?= =?UTF-8?q?t=20settings=20copy=20(#16142)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update collection management settings, refs PM-22840 * Split the item deletion restriction description message into three parts to allow for italicized text in the middle. --------- Co-authored-by: Rui Tome Co-authored-by: Rui Tomé <108268980+r-tome@users.noreply.github.com> --- .../settings/account.component.html | 14 +++++++---- apps/web/src/locales/en/messages.json | 25 +++++++++++-------- 2 files changed, 24 insertions(+), 15 deletions(-) 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 4ce4398aad..943454781d 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 @@ -57,21 +57,25 @@ [formGroup]="collectionManagementFormGroup" >

{{ "collectionManagement" | i18n }}

-

{{ "collectionManagementDesc" | i18n }}

+

{{ "collectionManagementDescription" | i18n }}

- {{ "allowAdminAccessToAllCollectionItemsDesc" | i18n }} + {{ "allowAdminAccessToAllCollectionItemsDescription" | i18n }} - {{ "limitCollectionCreationDesc" | i18n }} + {{ "restrictCollectionCreationDescription" | i18n }} - {{ "limitCollectionDeletionDesc" | i18n }} + {{ "restrictCollectionDeletionDescription" | i18n }} - {{ "limitItemDeletionDescription" | i18n }} + + {{ "restrictItemDeletionDescriptionStart" | i18n }} + {{ "manageCollection" | i18n }} + {{ "restrictItemDeletionDescriptionEnd" | i18n }} +