1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[PM-8386] - Add section header to import page (#10153)

* first pass section header in import data component

* change layout

* fix desktop bg

* revert chnage to default config

* update translation key

* revert change to background color
This commit is contained in:
Jordan Aasen
2024-07-24 07:27:28 -07:00
committed by GitHub
parent 4c26ab5a9e
commit fc55082148
5 changed files with 431 additions and 391 deletions

View File

@@ -1506,8 +1506,8 @@
"importEncKeyError": {
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
},
"importDestination": {
"message": "Import destination"
"destination": {
"message": "Destination"
},
"learnAboutImportOptions": {
"message": "Learn about your import options"
@@ -8622,6 +8622,9 @@
}
}
},
"data": {
"message": "Data"
},
"purchasedSeatsRemoved": {
"message": "purchased seats removed"
}