1
0
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:
Kevin Serrano 2017-03-08 10:53:11 -08:00
parent 6f980cfe10
commit acc9a2a9d0
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -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