mirror of
https://github.com/bitwarden/browser
synced 2025-01-24 02:04:40 +01:00
fixes
This commit is contained in:
parent
4374d44259
commit
c26976e865
@ -799,7 +799,7 @@
|
||||
"message": "Disable Website Icons"
|
||||
},
|
||||
"disableFaviconDesc": {
|
||||
"message": "Website Icons provides a recognizable icon next to each login item in your vault."
|
||||
"message": "Website Icons provide a recognizable image next to each login item in your vault."
|
||||
},
|
||||
"cardholderName": {
|
||||
"message": "Cardholder Name"
|
||||
|
@ -298,9 +298,6 @@ function buildDomainModel(model, obj, map, alreadyEncrypted, notEncList) {
|
||||
case self.constantsService.cipherType.card:
|
||||
model.card = decObj;
|
||||
model.subTitle = model.card.brand;
|
||||
if (model.card.brand) {
|
||||
model.subTitle = model.card.brand;
|
||||
}
|
||||
if (model.card.number && model.card.number.length >= 4) {
|
||||
if (model.subTitle !== '') {
|
||||
model.subTitle += ', ';
|
||||
|
Loading…
Reference in New Issue
Block a user