mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
add new copy, remove old (#13224)
This commit is contained in:
@@ -70,11 +70,11 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="!dialogReadonly">
|
<ng-container *ngIf="!dialogReadonly">
|
||||||
<bit-callout
|
<bit-callout
|
||||||
title="{{ 'grantAddAccessCollectionWarningTitle' | i18n }}"
|
title="{{ 'grantManageCollectionWarningTitle' | i18n }}"
|
||||||
type="warning"
|
type="warning"
|
||||||
*ngIf="showAddAccessWarning"
|
*ngIf="showAddAccessWarning"
|
||||||
>
|
>
|
||||||
{{ "grantAddAccessCollectionWarning" | i18n }}
|
{{ "grantManageCollectionWarning" | i18n }}
|
||||||
</bit-callout>
|
</bit-callout>
|
||||||
<span *ngIf="organization.useGroups">{{ "grantCollectionAccess" | i18n }}</span>
|
<span *ngIf="organization.useGroups">{{ "grantCollectionAccess" | i18n }}</span>
|
||||||
<span *ngIf="!organization.useGroups">{{
|
<span *ngIf="!organization.useGroups">{{
|
||||||
|
|||||||
@@ -8792,11 +8792,11 @@
|
|||||||
"readOnlyCollectionAccess": {
|
"readOnlyCollectionAccess": {
|
||||||
"message": "You do not have access to manage this collection."
|
"message": "You do not have access to manage this collection."
|
||||||
},
|
},
|
||||||
"grantAddAccessCollectionWarningTitle": {
|
"grantManageCollectionWarningTitle": {
|
||||||
"message": "Missing Can Manage Permissions"
|
"message": "Missing Manage Collection Permissions"
|
||||||
},
|
},
|
||||||
"grantAddAccessCollectionWarning": {
|
"grantManageCollectionWarning": {
|
||||||
"message": "Grant Can manage permissions to allow full collection management including deletion of collection."
|
"message": "Grant Manage collection permissions to allow full collection management including deletion of collection."
|
||||||
},
|
},
|
||||||
"grantCollectionAccess": {
|
"grantCollectionAccess": {
|
||||||
"message": "Grant groups or members access to this collection."
|
"message": "Grant groups or members access to this collection."
|
||||||
|
|||||||
Reference in New Issue
Block a user