mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
add new copy, remove old (#13224)
This commit is contained in:
@@ -70,11 +70,11 @@
|
||||
</ng-container>
|
||||
<ng-container *ngIf="!dialogReadonly">
|
||||
<bit-callout
|
||||
title="{{ 'grantAddAccessCollectionWarningTitle' | i18n }}"
|
||||
title="{{ 'grantManageCollectionWarningTitle' | i18n }}"
|
||||
type="warning"
|
||||
*ngIf="showAddAccessWarning"
|
||||
>
|
||||
{{ "grantAddAccessCollectionWarning" | i18n }}
|
||||
{{ "grantManageCollectionWarning" | i18n }}
|
||||
</bit-callout>
|
||||
<span *ngIf="organization.useGroups">{{ "grantCollectionAccess" | i18n }}</span>
|
||||
<span *ngIf="!organization.useGroups">{{
|
||||
|
||||
Reference in New Issue
Block a user