mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Modify Ledger strings
This commit is contained in:
parent
502e08dbf4
commit
3355e8130c
1 changed files with 3 additions and 3 deletions
|
|
@ -143,12 +143,12 @@ func (w *ledgerWallet) Status() string {
|
|||
return "Closed"
|
||||
}
|
||||
if w.browser {
|
||||
return "Ethereum app in browser mode"
|
||||
return "Ubiq app in browser mode"
|
||||
}
|
||||
if w.offline() {
|
||||
return "Ethereum app offline"
|
||||
return "Ubiq app offline"
|
||||
}
|
||||
return fmt.Sprintf("Ethereum app v%d.%d.%d online", w.version[0], w.version[1], w.version[2])
|
||||
return fmt.Sprintf("Ubiq app v%d.%d.%d online", w.version[0], w.version[1], w.version[2])
|
||||
}
|
||||
|
||||
// offline returns whether the wallet and the Ethereum app is offline or not.
|
||||
|
|
|
|||
Loading…
Reference in a new issue