1
0
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:
Jimmy Vo
2025-04-02 16:00:48 -04:00
committed by GitHub
parent 76cb3fd38d
commit b35556adfc
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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"