1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-22741] - [Defect] Missing copy in the Edit policy Remove card item type policy (#15235)

* update copy

* update copy
This commit is contained in:
Jordan Aasen
2025-06-24 10:38:50 -07:00
committed by GitHub
parent 4a06562f60
commit 9ba3cc0690
2 changed files with 5 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ import { PolicyType } from "@bitwarden/common/admin-console/enums";
import { BasePolicy, BasePolicyComponent } from "./base-policy.component";
export class RestrictedItemTypesPolicy extends BasePolicy {
name = "restrictedItemTypesPolicy";
description = "restrictedItemTypesPolicyDesc";
name = "restrictedItemTypePolicy";
description = "restrictedItemTypePolicyDesc";
type = PolicyType.RestrictedItemTypes;
component = RestrictedItemTypesPolicyComponent;
}

View File

@@ -2154,11 +2154,11 @@
"twoStepLoginRecoveryWarning": {
"message": "Setting up two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (example: you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place."
},
"restrictedItemTypesPolicy": {
"restrictedItemTypePolicy": {
"message": "Remove card item type"
},
"restrictedItemTypesPolicyDesc": {
"message": "Do not allow members to create card item types."
"restrictedItemTypePolicyDesc": {
"message": "Do not allow members to create card item types. Existing cards will be automatically removed."
},
"restrictCardTypeImport": {
"message": "Cannot import card item types"