mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-10 00:08:42 -06: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:
parent
3af19ad934
commit
3e9db6b472
@ -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."
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user