1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 17:43:39 +00:00

[PM-14551] revert copy in revoke member dialogs (#12392)

* include copy for single revoke warning and unmixed members

* clean up logic

* remove new copy for revoking members

* remove copy
This commit is contained in:
Brandon Treston
2024-12-16 10:20:27 -05:00
committed by GitHub
parent f75a13e265
commit 878d82e16f
2 changed files with 3 additions and 49 deletions

View File

@@ -35,24 +35,6 @@
"restoreMembers": {
"message": "Restore members"
},
"revokeMembersWarning":{
"message": "Members with claimed and unclaimed accounts will have different results when revoked:"
},
"claimedAccountRevoke": {
"message": "Claimed account: Revoke access to Bitwarden account"
},
"unclaimedAccountRevoke": {
"message": "Unclaimed account: Revoke access to organization data"
},
"claimedAccount": {
"message": "Claimed account"
},
"unclaimedAccount": {
"message": "Unclaimed account"
},
"restoreMembersInstructions": {
"message": "To restore a member's account, go to the Revoked tab. The process may take a few seconds to complete and cannot be interrupted or canceled."
},
"cannotRestoreAccessError":{
"message": "Cannot restore organization access"
},