1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

[PM-21452] - [Vault] Import Data - Add callout when "Remove Card Item Type Policy" is enabled. (#15195)

* add callout for remove card item type policy

* add comment

* add shareReplay

* remove shareReplay. fix type

* fix import

* remove subscription
This commit is contained in:
Jordan Aasen
2025-06-23 08:52:18 -07:00
committed by GitHub
parent a11bcc6bde
commit 2e8c0de719
5 changed files with 30 additions and 0 deletions

View File

@@ -2160,6 +2160,12 @@
"restrictedItemTypesPolicyDesc": {
"message": "Do not allow members to create card item types."
},
"restrictCardTypeImport": {
"message": "Cannot import card item types"
},
"restrictCardTypeImportDesc": {
"message": "A policy set by 1 or more organizations prevents you from importing cards to your vaults."
},
"yourSingleUseRecoveryCode": {
"message": "Your single-use recovery code can be used to turn off two-step login in the event that you lose access to your two-step login provider. Bitwarden recommends you write down the recovery code and keep it in a safe place."
},