rename keyring

feature/default_network_editable
brunobar79 6 years ago
parent 8e842a8947
commit aa6a42e3de
  1. 2
      app/scripts/eth-ledger-keyring-listener.js
  2. 1
      ui/app/components/account-menu/index.js

@ -8,7 +8,7 @@ const Transaction = require('ethereumjs-tx')
// HD path differs from eth-hd-keyring - MEW, Parity, Geth and Official Ledger clients use same unusual derivation for Ledger // HD path differs from eth-hd-keyring - MEW, Parity, Geth and Official Ledger clients use same unusual derivation for Ledger
const hdPathString = `m/44'/60'/0'` const hdPathString = `m/44'/60'/0'`
const type = 'Ledger Hardware Keyring' const type = 'Ledger Hardware'
const ORIGIN = 'https://localhost:3000' const ORIGIN = 'https://localhost:3000'
const pathBase = 'm' const pathBase = 'm'

@ -229,6 +229,7 @@ AccountMenu.prototype.renderKeyringType = function (keyring) {
let label let label
switch (type) { switch (type) {
case 'Trezor Hardware': case 'Trezor Hardware':
case 'Ledger Hardware':
label = this.context.t('hardware') label = this.context.t('hardware')
break break
case 'Simple Key Pair': case 'Simple Key Pair':

Loading…
Cancel
Save