From e9eab08191c7d813d143aced80e044dba16c4083 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:11:45 -0600 Subject: [PATCH] fix: incorrect text on access selector column header, refs AC-2245 (#8103) --- .../collection-dialog.component.html | 7 +++++-- .../bulk-collections-dialog.component.html | 2 +- apps/web/src/locales/en/messages.json | 11 +++++++---- 3 files changed, 13 insertions(+), 7 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 e3063dfe4ab..d0ffb90911e 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 @@ -65,7 +65,10 @@
- {{ "grantCollectionAccess" | i18n }} + {{ "grantCollectionAccess" | i18n }} + {{ + "grantCollectionAccessMembersOnly" | i18n + }}