1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

PM-27628 Rename Remove individual vault export policy (#17335)

* PM-27628 conditions for send and export links in left navbar

* PM-27628 resolved claude comment for pr

* PM-27628 resolved claude comment for pr

* PM-27628 reverted earlier display conditionals and changed label

* PM-27628 changed out keys as well

* PM-27628 revert description key change
This commit is contained in:
bmbitwarden
2025-12-09 23:49:58 -05:00
committed by GitHub
parent 3af19ad934
commit 3e9db6b472
2 changed files with 3 additions and 3 deletions

View File

@@ -6815,8 +6815,8 @@
"vaultTimeoutRangeError": {
"message": "Vault timeout is not within allowed range."
},
"disablePersonalVaultExport": {
"message": "Remove individual vault export"
"disableExport": {
"message": "Remove export"
},
"disablePersonalVaultExportDescription": {
"message": "Do not allow members to export data from their individual vault."

View File

@@ -8,7 +8,7 @@ import {
import { SharedModule } from "@bitwarden/web-vault/app/shared";
export class DisablePersonalVaultExportPolicy extends BasePolicyEditDefinition {
name = "disablePersonalVaultExport";
name = "disableExport";
description = "disablePersonalVaultExportDescription";
type = PolicyType.DisablePersonalVaultExport;
component = DisablePersonalVaultExportPolicyComponent;