Modify message.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 6f980cfe10
commit acc9a2a9d0
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 2
      app/scripts/popup-core.js

@ -51,7 +51,7 @@ function setupControllerConnection (connectionStream, cb) {
function setupApp (err, accountManager) {
var container = document.getElementById('app-content')
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'
log.error(err.stack)
throw err

Loading…
Cancel
Save