1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

[PM-11388] [Defect] Section headers are missing for View {Item} on web (#10838)

* Add Personal Details header.

* Add missing translation strings.
This commit is contained in:
Alec Rippberger 2024-09-04 17:33:54 -05:00 committed by GitHub
parent 0173b5192e
commit 8aa81dec3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,30 @@
"loginCredentials": {
"message": "Login credentials"
},
"personalDetails": {
"message": "Personal details"
},
"identification": {
"message": "Identification"
},
"contactInfo": {
"message": "Contact info"
},
"cardDetails": {
"message": "Card details"
},
"cardBrandDetails": {
"message": "$BRAND$ details",
"placeholders": {
"brand": {
"content": "$1",
"example": "Visa"
}
}
},
"itemHistory": {
"message": "Item history"
},
"authenticatorKey": {
"message": "Authenticator key"
},