1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +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

@@ -1716,6 +1716,12 @@
"accountRestricted": {
"message": "Account restricted"
},
"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."
},
"filePasswordAndConfirmFilePasswordDoNotMatch": {
"message": "“File password” and “Confirm file password“ do not match."
},