1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-05 12:04:54 +02:00
This commit is contained in:
Kyle Spearrin 2017-10-20 23:19:50 -04:00
parent 4374d44259
commit c26976e865
2 changed files with 1 additions and 4 deletions

View File

@ -799,7 +799,7 @@
"message": "Disable Website Icons" "message": "Disable Website Icons"
}, },
"disableFaviconDesc": { "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": { "cardholderName": {
"message": "Cardholder Name" "message": "Cardholder Name"

View File

@ -298,9 +298,6 @@ function buildDomainModel(model, obj, map, alreadyEncrypted, notEncList) {
case self.constantsService.cipherType.card: case self.constantsService.cipherType.card:
model.card = decObj; model.card = decObj;
model.subTitle = model.card.brand; 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.card.number && model.card.number.length >= 4) {
if (model.subTitle !== '') { if (model.subTitle !== '') {
model.subTitle += ', '; model.subTitle += ', ';