mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01: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:
parent
0173b5192e
commit
8aa81dec3b
@ -48,6 +48,30 @@
|
|||||||
"loginCredentials": {
|
"loginCredentials": {
|
||||||
"message": "Login credentials"
|
"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": {
|
"authenticatorKey": {
|
||||||
"message": "Authenticator key"
|
"message": "Authenticator key"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user