From c285a07e1603bdd3a6d1bbcabe51e48ecfe8bc38 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:40:37 -0600 Subject: [PATCH] fix: show grant collection access helper text, refs AC-2147 (#7830) --- .../collection-dialog.component.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/web/src/app/vault/components/collection-dialog/collection-dialog.component.html b/apps/web/src/app/vault/components/collection-dialog/collection-dialog.component.html index 88f22c892ee..db63ef3d347 100644 --- a/apps/web/src/app/vault/components/collection-dialog/collection-dialog.component.html +++ b/apps/web/src/app/vault/components/collection-dialog/collection-dialog.component.html @@ -64,11 +64,15 @@ -
+
{{ "grantCollectionAccess" | i18n }} - {{ - " " + ("adminCollectionAccess" | i18n) - }} + {{ " " + ("adminCollectionAccess" | i18n) }}