1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

rename keyring

This commit is contained in:
brunobar79 2018-08-11 05:11:21 -04:00
parent 8e842a8947
commit aa6a42e3de
2 changed files with 2 additions and 1 deletions

View File

@ -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
const hdPathString = `m/44'/60'/0'`
const type = 'Ledger Hardware Keyring'
const type = 'Ledger Hardware'
const ORIGIN = 'https://localhost:3000'
const pathBase = 'm'

View File

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