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": {
|
"vaultTimeoutRangeError": {
|
||||||
"message": "Vault timeout is not within allowed range."
|
"message": "Vault timeout is not within allowed range."
|
||||||
},
|
},
|
||||||
"disablePersonalVaultExport": {
|
"disableExport": {
|
||||||
"message": "Remove individual vault export"
|
"message": "Remove export"
|
||||||
},
|
},
|
||||||
"disablePersonalVaultExportDescription": {
|
"disablePersonalVaultExportDescription": {
|
||||||
"message": "Do not allow members to export data from their individual vault."
|
"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";
|
import { SharedModule } from "@bitwarden/web-vault/app/shared";
|
||||||
|
|
||||||
export class DisablePersonalVaultExportPolicy extends BasePolicyEditDefinition {
|
export class DisablePersonalVaultExportPolicy extends BasePolicyEditDefinition {
|
||||||
name = "disablePersonalVaultExport";
|
name = "disableExport";
|
||||||
description = "disablePersonalVaultExportDescription";
|
description = "disablePersonalVaultExportDescription";
|
||||||
type = PolicyType.DisablePersonalVaultExport;
|
type = PolicyType.DisablePersonalVaultExport;
|
||||||
component = DisablePersonalVaultExportPolicyComponent;
|
component = DisablePersonalVaultExportPolicyComponent;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user