Change LOOSE label to IMPORTED

feature/default_network_editable
Chi Kei Chan 7 years ago
parent 8895a225dc
commit 6d3f261b2f
  1. 2
      ui/app/components/account-menu/index.js
  2. 2
      ui/app/css/itcss/components/account-menu.scss
  3. 1
      ui/app/css/itcss/tools/utilities.scss

@ -148,6 +148,6 @@ AccountMenu.prototype.indicateIfLoose = function (keyring) {
try { // Sometimes keyrings aren't loaded yet:
const type = keyring.type
const isLoose = type !== 'HD Key Tree'
return isLoose ? h('.keyring-label', 'LOOSE') : null
return isLoose ? h('.keyring-label', 'IMPORTED') : null
} catch (e) { return }
}

@ -65,6 +65,8 @@
.keyring-label {
margin-top: 5px;
background-color: $black;
color: $dusty-gray;
}
}

@ -237,7 +237,6 @@ hr.horizontal-line {
color: #fff;
border-radius: 10px;
padding: 4px;
width: 41px;
text-align: center;
height: 15px;
}

Loading…
Cancel
Save