mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Modify message.
This commit is contained in:
parent
6f980cfe10
commit
acc9a2a9d0
@ -51,7 +51,7 @@ function setupControllerConnection (connectionStream, cb) {
|
|||||||
function setupApp (err, accountManager) {
|
function setupApp (err, accountManager) {
|
||||||
var container = document.getElementById('app-content')
|
var container = document.getElementById('app-content')
|
||||||
if (err) {
|
if (err) {
|
||||||
container.innerHTML = '<div class="critical-error">The MetaMask app failed to load: please restart MetaMask</div>'
|
container.innerHTML = '<div class="critical-error">The MetaMask app failed to load: please open and close MetaMask again to restart.</div>'
|
||||||
container.style.height = '80px'
|
container.style.height = '80px'
|
||||||
log.error(err.stack)
|
log.error(err.stack)
|
||||||
throw err
|
throw err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user