1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

Merge branch 'main' into SM-1273-AddAdditionalSecretEventLogs

This commit is contained in:
cd-bitwarden
2025-06-24 14:01:31 -04:00
committed by GitHub
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"