mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
[PM-19003] Update the limit item deletion message. (#14078)
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
<input type="checkbox" bitCheckbox formControlName="limitCollectionDeletion" />
|
<input type="checkbox" bitCheckbox formControlName="limitCollectionDeletion" />
|
||||||
</bit-form-control>
|
</bit-form-control>
|
||||||
<bit-form-control *ngIf="limitItemDeletionFeatureFlagIsEnabled">
|
<bit-form-control *ngIf="limitItemDeletionFeatureFlagIsEnabled">
|
||||||
<bit-label>{{ "limitItemDeletionDesc" | i18n }}</bit-label>
|
<bit-label>{{ "limitItemDeletionDescription" | i18n }}</bit-label>
|
||||||
<input type="checkbox" bitCheckbox formControlName="limitItemDeletion" />
|
<input type="checkbox" bitCheckbox formControlName="limitItemDeletion" />
|
||||||
</bit-form-control>
|
</bit-form-control>
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -8730,8 +8730,8 @@
|
|||||||
"limitCollectionDeletionDesc": {
|
"limitCollectionDeletionDesc": {
|
||||||
"message": "Limit collection deletion to owners and admins"
|
"message": "Limit collection deletion to owners and admins"
|
||||||
},
|
},
|
||||||
"limitItemDeletionDesc": {
|
"limitItemDeletionDescription": {
|
||||||
"message": "Limit item deletion to members with the Can manage permission"
|
"message": "Limit item deletion to members with the Manage collection permissions"
|
||||||
},
|
},
|
||||||
"allowAdminAccessToAllCollectionItemsDesc": {
|
"allowAdminAccessToAllCollectionItemsDesc": {
|
||||||
"message": "Owners and admins can manage all collections and items"
|
"message": "Owners and admins can manage all collections and items"
|
||||||
|
|||||||
Reference in New Issue
Block a user